Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / client-api / src / include / common / vocl / vCard / ContactDetail.h
index 2345944..1c3b5a5 100644 (file)
@@ -36,7 +36,7 @@
 
 //
 // @author Stefano Fornari @ Funambol
-// @version $Id: ContactDetail.h,v 1.4.2.1 2007/11/28 14:26:36 toccy Exp $
+// @version $Id: ContactDetail.h,v 1.6 2008-04-11 08:17:13 marco_garatti Exp $
 //
 
 #ifndef INCL_PIM_CONTACT_DETAIL
@@ -44,6 +44,9 @@
 /** @cond DEV */
 
 #include "base/util/ArrayList.h"
+#include "base/globalsdef.h"
+
+BEGIN_NAMESPACE
 
 /**
  * An object containing details on how to reach a contact (phone numbers, emails, webpage)
@@ -116,5 +119,8 @@ class ContactDetail {
 
 };
 
+
+END_NAMESPACE
+
 /** @endcond */
 #endif