diff options
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index b0433be..fccf082 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -100,6 +100,36 @@ QByteArray ApplicationDomainType::identifier() const | |||
100 | return mIdentifier; | 100 | return mIdentifier; |
101 | } | 101 | } |
102 | 102 | ||
103 | Entity::~Entity() | ||
104 | { | ||
105 | |||
106 | } | ||
107 | |||
108 | Event::~Event() | ||
109 | { | ||
110 | |||
111 | } | ||
112 | |||
113 | Todo::~Todo() | ||
114 | { | ||
115 | |||
116 | } | ||
117 | |||
118 | Mail::~Mail() | ||
119 | { | ||
120 | |||
121 | } | ||
122 | |||
123 | Folder::~Folder() | ||
124 | { | ||
125 | |||
126 | } | ||
127 | |||
128 | SinkResource::~SinkResource() | ||
129 | { | ||
130 | |||
131 | } | ||
132 | |||
103 | template<> | 133 | template<> |
104 | QByteArray getTypeName<Event>() | 134 | QByteArray getTypeName<Event>() |
105 | { | 135 | { |