mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/inc/ut_musaocalleventmonitor.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:  Monitor that observes the status of the current CS call
    14 * Description:  Monitor that observes the status of the current CS call
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 
    18 
    18 
    19 
    19 #ifndef UT_MUSAOCALLEVENTMONITOR_H
    20 #ifndef UT_MUSAOCALLEVENTMONITOR_H
    20 #define UT_MUSAOCALLEVENTMONITOR_H
    21 #define UT_MUSAOCALLEVENTMONITOR_H
    21 
    22 
    64     void ConstructL();
    65     void ConstructL();
    65     
    66     
    66 
    67 
    67 private: // test MMusCallMonitorObserver      
    68 private: // test MMusCallMonitorObserver      
    68     
    69     
    69     virtual void CallConnectedL( const TDesC& aTelNumber, TBool aIsSipUri );
    70     virtual void CallConnectedL( const TDesC& aTelNumber );
    70     
    71     
    71     virtual void CallHoldL( const TDesC& aTelNumber, TBool aIsSipUri );
    72     virtual void CallHoldL( const TDesC& aTelNumber );
    72     
    73     
    73     virtual void ConferenceCallL();
    74     virtual void ConferenceCallL();
    74     
    75     
    75     virtual void NoActiveCallL();
    76     virtual void NoActiveCallL();
    76     
    77