merge wrt-plugins-tizen_0.2.0-3
[platform/framework/web/wrt-plugins-tizen.git] / src / standards / Tizen / Call / JSRemoteParty.cpp
index 2af67c5..de88a0a 100755 (executable)
@@ -21,6 +21,7 @@
 #include <dpl/shared_ptr.h>
 #include <CommonsJavaScript/JSUtils.h>
 #include <CommonsJavaScript/JSDOMExceptionFactory.h>
+#include <API/Call/CallDefine.h>
 #include <API/Call/RemoteParty.h>
 #include "JSRemoteParty.h"
 #include "Converter.h"
@@ -33,10 +34,6 @@ using namespace WrtDeviceApis::Commons;
 using namespace WrtDeviceApis::CommonsJavaScript;
 using namespace Api::Call;
 
-#define STR_REMOTE_PARTY               "remoteParty"
-#define STR_DISPLAY_NAME               "displayName"
-#define STR_CONTACT_ID                 "contactId"
-
 JSClassDefinition JSRemoteParty::m_classInfo = {
        0,
        kJSClassAttributeNone,