~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to server/control/agentmanager.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 23:43:13 UTC
  • mto: (3.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: package-import@ubuntu.com-20120124234313-ooald4uh9w8jilyw
Tags: upstream-1.7.0
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
     */
67
67
    void cleanup();
68
68
 
69
 
     /**
70
 
     * Returns the path of the config file.
71
 
     */
72
 
    static QString configPath( bool writeable );
73
 
 
74
69
  public Q_SLOTS:
75
70
    /**
76
71
     * Returns the list of identifiers of all available
196
191
 
197
192
    /**
198
193
      Trigger a synchronization of the given collection by its owning resource agent.
199
 
      @param recursive set it true to have sub-collection syncronized as well
 
194
      @param recursive set it true to have sub-collection synchronized as well
200
195
    */
201
196
    void agentInstanceSynchronizeCollection( const QString &identifier, qint64 collection, bool recursive );
202
197