mmserv/sts/stsproxy/src/rstssession.h
changeset 47 c2e43643db4c
parent 42 1fa3fb47b1e3
--- a/mmserv/sts/stsproxy/src/rstssession.h	Wed Aug 18 10:17:22 2010 +0300
+++ b/mmserv/sts/stsproxy/src/rstssession.h	Thu Sep 02 20:58:01 2010 +0300
@@ -15,7 +15,6 @@
  * This file defines the interface to the client side session of the
  * STS Server.
  */
-
 #ifndef RSTSSESSION_H_
 #define RSTSSESSION_H_
 
@@ -38,10 +37,10 @@
     void SendPlayAlarm(CSystemToneService::TAlarmType aAlarm,
             unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver);
 
+    void SendPlayToneAlarm(CSystemToneService::TToneType aTone,
+            unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver);
+
     void SendStopAlarm(unsigned int aAlarmContext);
-    
-    void SendPlayToneForStop(CSystemToneService::TToneType aTone,
-    	      unsigned int& aAlarmContext,  MStsPlayAlarmObserver& aObserver);
 
 private: