mmserv/tms/tmscallserver/inc/tmscsuplink.h
branchRCL_3
changeset 19 095bea5f582e
parent 17 60e492b28869
child 20 0ac9a5310753
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
    29  */
    29  */
    30 NONSHARABLE_CLASS(TMSCSUplink) : public TMSCSDevSound
    30 NONSHARABLE_CLASS(TMSCSUplink) : public TMSCSDevSound
    31     {
    31     {
    32 public:
    32 public:
    33 
    33 
    34     static TMSCSUplink* NewL(TMSCSDevSoundObserver& observer);
    34     static TMSCSUplink* NewL(TMSCSDevSoundObserver& observer,
       
    35             const gint retrytime);
    35 
    36 
    36     virtual ~TMSCSUplink();
    37     virtual ~TMSCSUplink();
    37 
    38 
    38     /**
    39     /**
    39      * Determines mic mute state.
    40      * Determines mic mute state.
    81     void DoActivateL();
    82     void DoActivateL();
    82 
    83 
    83 protected:
    84 protected:
    84 
    85 
    85     TMSCSUplink(TMSCSDevSoundObserver& aObserver);
    86     TMSCSUplink(TMSCSDevSoundObserver& aObserver);
    86     void ConstructL();
    87     void ConstructL(const gint retrytime);
    87     };
    88     };
    88 
    89 
    89 } //namespace TMS
    90 } //namespace TMS
    90 
    91 
    91 #endif // TMSCSUPLINK_H
    92 #endif // TMSCSUPLINK_H