mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/src/muscommonstubs.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 
    18 
    18 
    19 
    19 #include "muscommonstubs.h"
    20 #include "muscommonstubs.h"
    20 
    21 
    21 
    22 
    49  
    50  
    50 // -----------------------------------------------------------------------------
    51 // -----------------------------------------------------------------------------
    51 // 
    52 // 
    52 // -----------------------------------------------------------------------------
    53 // -----------------------------------------------------------------------------
    53 //	
    54 //	
    54 void CMusCommonObserverStub::CallConnectedL( const TDesC& aTelNumber,
    55 void CMusCommonObserverStub::CallConnectedL( const TDesC& aTelNumber )
    55 											 TBool aIsSipUri )
       
    56     {
    56     {
    57     delete iTelNumber;
    57     delete iTelNumber;
    58     iTelNumber = NULL;
       
    59     iTelNumber = aTelNumber.AllocL();
    58     iTelNumber = aTelNumber.AllocL();
    60     iCallConnectedCalled = ETrue;
    59     iCallConnectedCalled = ETrue;
    61     iIsSipUri = aIsSipUri;
       
    62     }
    60     }
    63 
    61 
    64 
    62 
    65 // -----------------------------------------------------------------------------
    63 // -----------------------------------------------------------------------------
    66 // 
    64 // 
    67 // -----------------------------------------------------------------------------
    65 // -----------------------------------------------------------------------------
    68 //	    
    66 //	    
    69 void CMusCommonObserverStub::CallHoldL( const TDesC& aTelNumber,
    67 void CMusCommonObserverStub::CallHoldL( const TDesC& aTelNumber )
    70 										TBool aIsSipUri )
       
    71     {
    68     {
    72     delete iTelNumber;
    69     delete iTelNumber;
    73     iTelNumber = NULL;
       
    74     iTelNumber = aTelNumber.AllocL();
    70     iTelNumber = aTelNumber.AllocL();
    75     iCallHoldCalled = ETrue;
    71     iCallHoldCalled = ETrue;
    76     iIsSipUri = aIsSipUri;
       
    77     }
    72     }
    78     
    73     
    79 
    74 
    80 // -----------------------------------------------------------------------------
    75 // -----------------------------------------------------------------------------
    81 // 
    76 //