merge wrt-plugins-tizen_0.2.0-2
[profile/ivi/wrt-plugins-tizen.git] / src / platform / Tizen / Contact / ContactImpl.h
  * limitations under the License.
  */
 
+/**
+ * @file        ContactImpl.h
+ * @author      Kisub Song (kisubs.song@samsung.com)
+ * @version     0.1
+ * @brief
+ */
 
-#ifndef TIZENAPIS_TIZEN_APPLICATION_SERVICE_REPLY_CALLBACK_H_
-#define TIZENAPIS_TIZEN_APPLICATION_SERVICE_REPLY_CALLBACK_H_
-
-#include <JavaScriptCore/JavaScript.h>
+#ifndef _PLATFORM_CONTACT_CONTACT_IMPL_H_
+#define _PLATFORM_CONTACT_CONTACT_IMPL_H_
 
-namespace TizenApis {
-namespace Tizen1_0 {
-namespace Application {
-struct ApplicationServiceReplyCallback
-{
-    JSValueRef onsuccess;
-    JSValueRef onfail;
-    JSValueRef oncancel;
+#include "ContactManager.h"
+#include "AddressBook.h"
+#include "Contact.h"
 
-    ApplicationServiceReplyCallback() :
-        onsuccess(NULL),
-        onfail(NULL),
-        oncancel(NULL)
-    {
-    }
-};
-}
-}
-}
-#endif
+#endif // _PLATFORM_CONTACT_CONTACT_IMPL_H_