Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / syncml / core / ModificationCommand.h
index 34e3a3f..1a1d1d2 100644 (file)
@@ -40,6 +40,9 @@
 
 #include "base/fscapi.h"
 #include "syncml/core/ItemizedCommand.h"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
 
 class ModificationCommand : public ItemizedCommand {
@@ -66,5 +69,8 @@ class ModificationCommand : public ItemizedCommand {
 
 };
 
+
+END_NAMESPACE
+
 /** @endcond */
 #endif