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

@ -7,7 +7,7 @@
// TODO: This class currently deals with generic email storage as well as IMAP-specific issues; in
// the future, to support other email services, will need to break this up.
public class Geary.Sqlite.Folder : Geary.AbstractFolder, Geary.LocalFolder, Geary.Imap.FolderExtensions,
private class Geary.Sqlite.Folder : Geary.AbstractFolder, Geary.LocalFolder, Geary.Imap.FolderExtensions,
Geary.ReferenceSemantics {
protected int manual_ref_count { get; protected set; }