mmserv/sts/stsproxy/inc/stsimplementation.h
changeset 42 1fa3fb47b1e3
parent 22 128eb6a32b84
child 47 c2e43643db4c
equal deleted inserted replaced
32:94fc26b6e006 42:1fa3fb47b1e3
    32     void PlayTone(CSystemToneService::TToneType aTone);
    32     void PlayTone(CSystemToneService::TToneType aTone);
    33     void
    33     void
    34     PlayAlarm(CSystemToneService::TAlarmType aAlarm,
    34     PlayAlarm(CSystemToneService::TAlarmType aAlarm,
    35             unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver);
    35             unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver);
    36     void StopAlarm(unsigned int aAlarmContext);
    36     void StopAlarm(unsigned int aAlarmContext);
       
    37     void
       
    38     PlayAlarm(CSystemToneService::TToneType aTone,
       
    39             unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver);
    37 private:
    40 private:
    38     CStsImplementation();
    41     CStsImplementation();
    39     bool Init();
    42     bool Init();
    40 
    43 
    41     RStsSession* iSession;
    44     RStsSession* iSession;