mmserv/tms/tmscallserver/inc/tmscsdownlink.h
branchRCL_3
changeset 20 0ac9a5310753
parent 19 095bea5f582e
equal deleted inserted replaced
19:095bea5f582e 20:0ac9a5310753
    29  */
    29  */
    30 NONSHARABLE_CLASS(TMSCSDownlink) : public TMSCSDevSound
    30 NONSHARABLE_CLASS(TMSCSDownlink) : public TMSCSDevSound
    31     {
    31     {
    32 public:
    32 public:
    33 
    33 
    34     static TMSCSDownlink* NewL(TMSCSDevSoundObserver& observer,
    34     static TMSCSDownlink* NewL(TMSCSDevSoundObserver& observer);
    35             const gint retrytime);
       
    36 
    35 
    37     virtual ~TMSCSDownlink();
    36     virtual ~TMSCSDownlink();
    38 
    37 
    39     /**
    38     /**
    40      * Sets volume.
    39      * Sets volume.
    78     void DoActivateL();
    77     void DoActivateL();
    79 
    78 
    80 protected:
    79 protected:
    81 
    80 
    82     TMSCSDownlink(TMSCSDevSoundObserver& observer);
    81     TMSCSDownlink(TMSCSDevSoundObserver& observer);
    83     void ConstructL(const gint retrytime);
    82     void ConstructL();
    84     };
    83     };
    85 
    84 
    86 } //namespace TMS
    85 } //namespace TMS
    87 
    86 
    88 #endif // TMSCSDOWNLINK_H
    87 #endif // TMSCSDOWNLINK_H