Replace MethodCallHandler::setCaller() with a parameterized constructor
[platform/core/context/sensor-recorder.git] / src / server / MethodCallHandler.h
index cde2a2b..83ff751 100644 (file)
@@ -27,10 +27,9 @@ namespace ctx {
 
        class MethodCallHandler : public IMethodCallHandler {
        public:
-               MethodCallHandler();
+               MethodCallHandler(IClient* client);
                ~MethodCallHandler();
 
-               void setCaller(IClient* client);
                void onMethodCalled(IMethodCall* methodCall);
                void onDisconnected();