Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / syncml / core / ResponseCommand.h
index 349fa2e..74a7d1b 100644 (file)
@@ -40,6 +40,9 @@
 
 #include "base/fscapi.h"
 #include "syncml/core/ItemizedCommand.h"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
 
 class ResponseCommand : public ItemizedCommand {
@@ -165,5 +168,8 @@ class ResponseCommand : public ItemizedCommand {
 
 };
 
+
+END_NAMESPACE
+
 /** @endcond */
 #endif