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

« back to all changes in this revision

Viewing changes to server/src/storage/dbconfig.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 23:43:13 UTC
  • mfrom: (1.1.34)
  • Revision ID: package-import@ubuntu.com-20120124234313-qs50ylscxgww141i
Tags: 1.7.0-0ubuntu1
* New upstream release
* Remove x11_not_required.diff, file no longer shipped
* Disable test suite in debian/rules, it requires dbus

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
  protected:
95
95
    DbConfig();
96
96
 
 
97
    /**
 
98
     * Returns the suggested default database name, if none is specified in the configuration already.
 
99
     * This includes instance namespaces, so usually this is not necessary to use in combination
 
100
     * with internal databases (in process or using our own server instance).
 
101
     */
 
102
    static QString defaultDatabaseName();
 
103
 
97
104
  private:
98
105
    qint64 mSizeThreshold;
99
106
};