Revert "Modified to use socket config instead of simple config" 50/85550/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 26 Aug 2016 00:02:31 +0000 (09:02 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 26 Aug 2016 00:04:34 +0000 (09:04 +0900)
This reverts commit 572cfb85408a542e673427a40fcbee89422f077d.

Change-Id: I40e5fa98140c02d7905300ba29c357ffced05873

src/sclconnection-isf.cpp

index 9631f27..7773d10 100644 (file)
@@ -664,7 +664,7 @@ sclboolean CSCLConnectionISF::init()
     }
 
     if (_scim_config.null()) {
-        scim::ConfigPointer config_pointer = scim::ConfigBase::get(true, "socket");
+        scim::ConfigPointer config_pointer = scim::ConfigBase::get(true, "simple");
         if (config_pointer.null()) {
             config_pointer = new scim::DummyConfig();
         }