--- a/mmshplugins/mmshaoplugin/inc/muscallmonitor.h Tue Aug 31 15:12:07 2010 +0300
+++ b/mmshplugins/mmshaoplugin/inc/muscallmonitor.h Wed Sep 01 12:31:01 2010 +0100
@@ -22,7 +22,6 @@
#include "musunittesting.h"
#include "mustsypropertymonitor.h"
-#include "mmuscallstateobserver.h"
#include <etelmm.h>
#include <e32base.h>
@@ -55,8 +54,7 @@
/**
* Starts to monitor call status,event and conference.
*/
- void StartMonitorL( RMobileLine& aLine, MMusTsyPropertyObserver& aObserver,
- MMusCallStateObserver& aCallStateObserver );
+ void StartMonitorL( RMobileLine& aLine, MMusTsyPropertyObserver& aObserver );
/**
* Stops monitoring call status,event and conference.
@@ -90,11 +88,6 @@
*/
void SetStateL(NMusSessionInformationApi::TMusCallEvent aVal);
- /**
- * Checks from CS call f required data is ready.
- */
- TBool IsDataReadyL();
-
private:
@@ -113,7 +106,6 @@
* ETrue to increase. EFalse to decrease.
*/
void SetCallCountL(TBool aIncrease);
-
private: