mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/inc/muscommonstubs.h
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 #ifndef UT_MUSCOMMONSTUBS_H
    20 #ifndef UT_MUSCOMMONSTUBS_H
    20 #define UT_MUSCOMMONSTUBS_H
    21 #define UT_MUSCOMMONSTUBS_H
    21 
    22 
    41             
    42             
    42         ~CMusCommonObserverStub();
    43         ~CMusCommonObserverStub();
    43         
    44         
    44         // From MMusCallMonitorObserver
    45         // From MMusCallMonitorObserver
    45         
    46         
    46         void CallConnectedL( const TDesC& aTelNumber, TBool aIsSipUri );
    47         void CallConnectedL( const TDesC& aTelNumber );
    47         void CallHoldL( const TDesC& aTelNumber, TBool aIsSipUri );
    48         void CallHoldL( const TDesC& aTelNumber );
    48         void ConferenceCallL();
    49         void ConferenceCallL();
    49         void NoActiveCallL();
    50         void NoActiveCallL();
    50            
    51            
    51         
    52         
    52     public: // Helpers
    53     public: // Helpers
    67         
    68         
    68         TBool iCallConnectedCalled;
    69         TBool iCallConnectedCalled;
    69         TBool iCallHoldCalled;
    70         TBool iCallHoldCalled;
    70         TBool iConferenceCallCalled;
    71         TBool iConferenceCallCalled;
    71         TBool iNoActiveCallCalled;
    72         TBool iNoActiveCallCalled;
    72         TBool iIsSipUri;
       
    73                 
    73                 
    74         HBufC* iTelNumber; 
    74         HBufC* iTelNumber; 
    75         RMobileCall::TMobileCallEvent iCallEvent;
    75         RMobileCall::TMobileCallEvent iCallEvent;
    76         
    76         
    77         
    77