upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Call / ICallManager.h
index df6d516..bb5e661 100755 (executable)
@@ -21,7 +21,6 @@
 #include <vector>
 #include <dpl/shared_ptr.h>
 #include <Commons/ThreadPool.h>
-#include "EventGetCallService.h"
 
 namespace TizenApis {
 namespace Api {
@@ -31,7 +30,6 @@ typedef std::vector<std::string> StringList;
 typedef DPL::SharedPtr<StringList> StringListPtr;
 
 class ICallManager
-       :public WrtDeviceApis::Commons::EventRequestReceiver<EventGetCallService>
 {
 public:
        ICallManager();
@@ -43,14 +41,6 @@ public:
         * active, held, dialing, alerting, incoming, or waiting; otherwise false.
         */
        virtual bool isCallInProgress() = 0;
-
-       /**
-        * Synchronously get call services instances.
-        */
-       virtual void getCallService(const EventGetCallServicePtr& event) = 0;
-
-protected:
-       virtual void OnRequestReceived(const EventGetCallServicePtr& event) = 0;
 };
 
 typedef DPL::SharedPtr<ICallManager> ICallManagerPtr;