merge wrt-plugins-tizen_0.2.0-3
[platform/framework/web/wrt-plugins-tizen.git] / src / standards / Tizen / Contact / JSContactOrganization.cpp
index 462d2b7..4e09297 100755 (executable)
@@ -352,10 +352,11 @@ bool JSContactOrganization::setOffice(JSContextRef context,
 {
        Try
        {
-               ContactOrganizationPtr organization = getPrivData(object);
-               ContactConverterFactory::ConverterType converter =
-                               ContactConverterFactory::getConverter(context);
-               organization->setOffice(converter->toString(value));
+               // NOTE: Currently not support this field
+               //ContactOrganizationPtr organization = getPrivData(object);
+               //ContactConverterFactory::ConverterType converter =
+               //              ContactConverterFactory::getConverter(context);
+               //organization->setOffice(converter->toString(value));
                return true;
        }
        Catch(WrtDeviceApis::Commons::Exception)
@@ -484,10 +485,11 @@ bool JSContactOrganization::setLogoURI(JSContextRef context,
 {
        Try
        {
-               ContactOrganizationPtr organization = getPrivData(object);
-               ContactConverterFactory::ConverterType converter =
-                               ContactConverterFactory::getConverter(context);
-               organization->setLogoURI(converter->toString(value));
+               // NOTE: Currently not support this field
+               //ContactOrganizationPtr organization = getPrivData(object);
+               //ContactConverterFactory::ConverterType converter =
+               //              ContactConverterFactory::getConverter(context);
+               //organization->setLogoURI(converter->toString(value));
                return true;
        }
        Catch(WrtDeviceApis::Commons::Exception)