Remove dummy code for Device/Power/Runtime.
[platform/framework/native/appfw.git] / src / system / FSys_RuntimeClient.h
index 82cd414..b865bfc 100644 (file)
@@ -31,6 +31,7 @@
 #include <FSys_ICommunicationDispatcherListener.h>
 #include <FSysISettingInfoSetValueAsyncResultListener.h>
 #include <FSysIRuntimeInfoGetLonglongAsyncResultListener.h>
+#include "FSys_SystemServiceMessageClient.h"
 
 namespace Tizen { namespace System
 {
@@ -53,8 +54,7 @@ private:
 private:
        Tizen::Base::Collection::HashMap __asyncEventList;
        int                             __msgCount;
-       Tizen::Io::_IpcClient*          __pIpcClient;
-
+       _SystemServiceMessageClient* __pMessageClient;
        static _RuntimeClient*          __pRuntimeClient;
        };