Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / c++ / common / syncml / core / Add.cpp
index 4987edc..d75ec0f 100644 (file)
@@ -35,6 +35,9 @@
 
 
 #include "syncml/core/Add.h"
+#include "base/globalsdef.h"
+
+USE_NAMESPACE
 
 Add::Add() {
     COMMAND_NAME = new char[strlen(ADD_COMMAND_NAME) + 1];
@@ -60,7 +63,7 @@ Add::~Add() {
  *
  */
 Add::Add(CmdID* cmdID,
-           BOOL noResp,
+           bool noResp,
            Cred* cred,
            Meta* meta,
            ArrayList* items) : ModificationCommand(cmdID, meta, items) {