Create socket for each user to support multi-user 48/45948/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 12 Aug 2015 11:31:48 +0000 (20:31 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 12 Aug 2015 11:31:48 +0000 (20:31 +0900)
Change-Id: Id430a080c33e1be9a5a034f827ad2e0d2d3caa75

ism/src/scim_socket.cpp

index 2ce4c4f..070e653 100644 (file)
@@ -65,9 +65,6 @@
 #endif
 #define LOG_TAG "ISF_SOCKET"
 
-/* Experimental modification for avoiding multiple scim process problem */
-#define DISABLE_MULTIPLE_SOCKETS
-
 #define SCIM_SOCKET_SERVER_MAX_CLIENTS  256
 
 namespace scim {