~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/Synchronization/FileSystemSyncServer.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-09 00:30:16 UTC
  • mfrom: (1.3.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100209003016-0yytp54kcu2n6m67
Tags: 1.1.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                        return noteUUIDs;
97
97
                }
98
98
 
 
99
                public bool UpdatesAvailableSince (int revision)
 
100
                {
 
101
                        return LatestRevision > revision; // TODO: Mounting, etc?
 
102
                }
 
103
 
99
104
                public virtual IDictionary<string, NoteUpdate> GetNoteUpdatesSince (int revision)
100
105
                {
101
106
                        Dictionary<string, NoteUpdate> noteUpdates = new Dictionary<string, NoteUpdate> ();