adapted to new prototype of virtual mime type functions

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@510 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-03-09 14:20:01 +00:00
parent 4704ad37f5
commit 674780b57d

View file

@ -40,9 +40,9 @@ class EvolutionMemoSource : public EvolutionCalendarSource
// implementation of EvolutionSyncSource
//
virtual SyncItem *createItem(const string &uid);
virtual const char *getMimeType() { return "text/plain"; }
virtual const char *getMimeVersion() { return "1.0"; }
virtual const char *getSupportedTypes() { return "text/plain:1.0"; }
virtual const char *getMimeType() const { return "text/plain"; }
virtual const char *getMimeVersion() const { return "1.0"; }
virtual const char *getSupportedTypes() const { return "text/plain:1.0"; }
//
// implementation of SyncSource