Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / posix / http / CurlTransportAgent.h
index 115fffd..567adcb 100644 (file)
@@ -44,6 +44,9 @@
     #include "http/TransportAgent.h"
 
     #include "curl/curl.h"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
     /*
      * This class is the transport agent responsible for messages exchange
@@ -76,5 +79,8 @@
 
     };
 
+
+END_NAMESPACE
+
 /** @endcond */
 #endif