mmserv/tms/tmscallserver/inc/tmscsdownlink.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(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);
    35 
    36 
    36     virtual ~TMSCSDownlink();
    37     virtual ~TMSCSDownlink();
    37 
    38 
    38     /**
    39     /**
    39      * Sets volume.
    40      * Sets volume.
    77     void DoActivateL();
    78     void DoActivateL();
    78 
    79 
    79 protected:
    80 protected:
    80 
    81 
    81     TMSCSDownlink(TMSCSDevSoundObserver& observer);
    82     TMSCSDownlink(TMSCSDevSoundObserver& observer);
    82     void ConstructL();
    83     void ConstructL(const gint retrytime);
    83     };
    84     };
    84 
    85 
    85 } //namespace TMS
    86 } //namespace TMS
    86 
    87 
    87 #endif // TMSCSDOWNLINK_H
    88 #endif // TMSCSDOWNLINK_H