mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/inc/ut_musaocalleventmonitor.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    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 
       
    18 
    17 
    19 
    18 
    20 #ifndef UT_MUSAOCALLEVENTMONITOR_H
    19 #ifndef UT_MUSAOCALLEVENTMONITOR_H
    21 #define UT_MUSAOCALLEVENTMONITOR_H
    20 #define UT_MUSAOCALLEVENTMONITOR_H
    22 
    21 
    65     void ConstructL();
    64     void ConstructL();
    66     
    65     
    67 
    66 
    68 private: // test MMusCallMonitorObserver      
    67 private: // test MMusCallMonitorObserver      
    69     
    68     
    70     virtual void CallConnectedL( const TDesC& aTelNumber );
    69     virtual void CallConnectedL( const TDesC& aTelNumber, TBool aIsSipUri );
    71     
    70     
    72     virtual void CallHoldL( const TDesC& aTelNumber );
    71     virtual void CallHoldL( const TDesC& aTelNumber, TBool aIsSipUri );
    73     
    72     
    74     virtual void ConferenceCallL();
    73     virtual void ConferenceCallL();
    75     
    74     
    76     virtual void NoActiveCallL();
    75     virtual void NoActiveCallL();
    77     
    76