mmserv/tms/tmscallserver/inc/tmsdtmfnotifier.h
changeset 20 b67dd1fc57c5
parent 14 80975da52420
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    42     virtual ~TMSDtmfNotifier();
    42     virtual ~TMSDtmfNotifier();
    43 
    43 
    44 public:
    44 public:
    45     // New functions
    45     // New functions
    46 
    46 
    47     void SetDtmf(TmsMsgBufPckg dtmfpckg, TBool aPublish = ETrue);
    47     void SetDtmf(TmsMsgBufPckg dtmfpckg, gboolean publish = TRUE);
    48 
    48 
    49 private:
    49 private:
    50 
    50 
    51     /**
    51     /**
    52      * C++ default constructor.
    52      * C++ default constructor.
    57      * By default Symbian 2nd phase constructor is private.
    57      * By default Symbian 2nd phase constructor is private.
    58      */
    58      */
    59     void ConstructL();
    59     void ConstructL();
    60 
    60 
    61 private:
    61 private:
    62     TInt iVolume; //Volume
    62     gint iVolume;
    63     };
    63     };
    64 
    64 
    65 } //namespace TMS
    65 } //namespace TMS
    66 
    66 
    67 #endif // DTMFNOTIFIER_H
    67 #endif // DTMFNOTIFIER_H