Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / spds / DESEncoder.h
index 775645e..ccb69f5 100644 (file)
@@ -39,6 +39,9 @@
     #include "spds/DataTransformer.h"
 
     #define DT_DES "des"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
     struct DESEncInfo {
         long size;
@@ -61,6 +64,9 @@
          */
         char* transform(char* data, TransformationInfo& info);
     };
+
+END_NAMESPACE
+
 /** @endcond */
  #endif