mmserv/sts/inc/stsimplementation.h
changeset 16 43d09473c595
parent 14 80975da52420
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
    29     static CStsImplementation* Create();
    29     static CStsImplementation* Create();
    30     virtual ~CStsImplementation();
    30     virtual ~CStsImplementation();
    31 public:
    31 public:
    32     void PlayTone(CSystemToneService::TToneType aTone);
    32     void PlayTone(CSystemToneService::TToneType aTone);
    33     void
    33     void
    34     PlayTone(CSystemToneService::TToneType aTone, unsigned int& aPlayToneContext);
    34     PlayAlarm(CSystemToneService::TAlarmType aAlarm,
    35     void StopTone(unsigned int aPlayToneContext);
    35             unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver);
       
    36     void StopAlarm(unsigned int aAlarmContext);
    36 private:
    37 private:
    37     CStsImplementation();
    38     CStsImplementation();
    38     bool Init();
    39     bool Init();
    39 
    40 
    40     RStsSession* iSession;
    41     RStsSession* iSession;