uifw/EikStd/srvuiinc/eikkeysoundserver.h
branchRCL_3
changeset 64 85902f042028
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
--- a/uifw/EikStd/srvuiinc/eikkeysoundserver.h	Tue Sep 14 21:48:24 2010 +0300
+++ b/uifw/EikStd/srvuiinc/eikkeysoundserver.h	Wed Sep 15 12:29:17 2010 +0300
@@ -103,9 +103,13 @@
     TInt Preference();
     TVolumeSetting Volume();
     virtual void DoPlay() = 0;
+    TBool IsWaittingPlay();
+    void SetDestroyAfterPlay(TBool aDestroyAfterPlay);
 protected:
     TInt iPriority;
     TInt iPreference;
+    TBool iWaittingPlay;
+    TBool iDestroyAfterPlay;
     TVolumeSetting iVolume;
     };