mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/src/muscommonstubs.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
--- a/mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/src/muscommonstubs.cpp	Tue Aug 31 15:12:07 2010 +0300
+++ b/mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/src/muscommonstubs.cpp	Wed Sep 01 12:31:01 2010 +0100
@@ -16,6 +16,7 @@
 */
 
 
+
 #include "muscommonstubs.h"
 
 
@@ -51,14 +52,11 @@
 // 
 // -----------------------------------------------------------------------------
 //	
-void CMusCommonObserverStub::CallConnectedL( const TDesC& aTelNumber,
-											 TBool aIsSipUri )
+void CMusCommonObserverStub::CallConnectedL( const TDesC& aTelNumber )
     {
     delete iTelNumber;
-    iTelNumber = NULL;
     iTelNumber = aTelNumber.AllocL();
     iCallConnectedCalled = ETrue;
-    iIsSipUri = aIsSipUri;
     }
 
 
@@ -66,14 +64,11 @@
 // 
 // -----------------------------------------------------------------------------
 //	    
-void CMusCommonObserverStub::CallHoldL( const TDesC& aTelNumber,
-										TBool aIsSipUri )
+void CMusCommonObserverStub::CallHoldL( const TDesC& aTelNumber )
     {
     delete iTelNumber;
-    iTelNumber = NULL;
     iTelNumber = aTelNumber.AllocL();
     iCallHoldCalled = ETrue;
-    iIsSipUri = aIsSipUri;
     }