upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Contact / ContactFactory.h
index ddd2496..b36153f 100755 (executable)
@@ -19,6 +19,7 @@
  * @author      Kisub Song (kisubs.song@samsung.com)
  * @version     0.1
  * @brief
+ * ##
  */
 
 #ifndef _API_CONTACT_CONTACT_FACTORY_H_
@@ -26,6 +27,7 @@
 
 #include <dpl/shared_ptr.h>
 #include "IContactManager.h"
+#include "IContact.h"
 
 namespace TizenApis {
 namespace Api {
@@ -40,6 +42,7 @@ private:
 public:
        static ContactFactory&  getInstance();
        IContactManagerPtr      createContactManager();
+       ContactPtr              createContact();
 };
 
 } // Contact