Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / http / TransportAgentFactory.h
index a874556..646de85 100644 (file)
@@ -42,6 +42,9 @@
     #include "http/URL.h"
     #include "http/Proxy.h"
     #include "http/TransportAgent.h"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
 
     /*
@@ -58,5 +61,8 @@
                                         unsigned int maxmsgsize = DEFAULT_MAX_MSG_SIZE);
     };
 
+
+END_NAMESPACE
+
 /** @endcond */
 #endif