summaryrefslogtreecommitdiffstats
path: root/common/clientapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r--common/clientapi.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp
index d287fcf..2f8763f 100644
--- a/common/clientapi.cpp
+++ b/common/clientapi.cpp
@@ -16,29 +16,6 @@ namespace async
16namespace Akonadi2 16namespace Akonadi2
17{ 17{
18 18
19namespace ApplicationDomain
20{
21
22template<>
23QByteArray getTypeName<Event>()
24{
25 return "event";
26}
27
28template<>
29QByteArray getTypeName<Todo>()
30{
31 return "todo";
32}
33
34template<>
35QByteArray getTypeName<AkonadiResource>()
36{
37 return "akonadiresource";
38}
39
40} // namespace Domain
41
42void Store::shutdown(const QByteArray &identifier) 19void Store::shutdown(const QByteArray &identifier)
43{ 20{
44 Trace() << "shutdown"; 21 Trace() << "shutdown";