mmserv/tms/tmscallserver/inc/tmscsuplink.h
branchRCL_3
changeset 20 0ac9a5310753
parent 19 095bea5f582e
equal deleted inserted replaced
19:095bea5f582e 20:0ac9a5310753
    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);
       
    36 
    35 
    37     virtual ~TMSCSUplink();
    36     virtual ~TMSCSUplink();
    38 
    37 
    39     /**
    38     /**
    40      * Determines mic mute state.
    39      * Determines mic mute state.
    82     void DoActivateL();
    81     void DoActivateL();
    83 
    82 
    84 protected:
    83 protected:
    85 
    84 
    86     TMSCSUplink(TMSCSDevSoundObserver& aObserver);
    85     TMSCSUplink(TMSCSDevSoundObserver& aObserver);
    87     void ConstructL(const gint retrytime);
    86     void ConstructL();
    88     };
    87     };
    89 
    88 
    90 } //namespace TMS
    89 } //namespace TMS
    91 
    90 
    92 #endif // TMSCSUPLINK_H
    91 #endif // TMSCSUPLINK_H