Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / spds / spdsutils.h
index 096c147..29d3225 100644 (file)
@@ -42,6 +42,8 @@
 #include "spds/SyncItem.h"
 #include "spds/SyncItemStatus.h"
 
+BEGIN_NAMESPACE
+
 /**
  * returns the SyncMode corresponding to the string,
  * SYNC_NONE if string is invalid
@@ -94,5 +96,7 @@ int convertAndSave(const char *filename, const char *str,
 char *loadAndConvert(const char *filename,
                         const char *encoding = "UTF-8");
 
+END_NAMESPACE
+
 /** @endcond */
 #endif