Moved a lot of implementation-specific code into a new impl/ directory, keeping the api

directory concerned only with user-facing interfaces.  Also, cleaned up some of the public
interfaces in support modules to private.
This commit is contained in:
Jim Nelson 2011-10-14 18:25:51 -07:00
parent 41e162a9b7
commit ab69b20b1c
17 changed files with 21 additions and 43 deletions

View file

@ -4,7 +4,7 @@
* (version 2.1 or later). See the COPYING file in this distribution.
*/
public class Geary.Sqlite.Account : Geary.AbstractAccount, Geary.LocalAccount {
private class Geary.Sqlite.Account : Geary.AbstractAccount, Geary.LocalAccount {
private class FolderReference : Geary.SmartReference {
public Geary.FolderPath path;