Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / syncml / core / Exec.h
index bac0234..afcbaa8 100644 (file)
@@ -42,6 +42,9 @@
 #include "syncml/core/ModificationCommand.h"
 
 #define EXEC_COMMAND_NAME "Exec"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
 class Exec : public ModificationCommand {
 
@@ -67,7 +70,7 @@ class Exec : public ModificationCommand {
          *
          */
         Exec(CmdID* cmdID,
-             BOOL   noResp,
+             bool   noResp,
              Cred*  cred,
              ArrayList*  items);
 
@@ -90,5 +93,8 @@ class Exec : public ModificationCommand {
 
 };
 
+
+END_NAMESPACE
+
 /** @endcond */
 #endif