branch | RCL_3 |
changeset 72 | a5e7a4f63858 |
parent 64 | 85902f042028 |
--- a/uifw/EikStd/srvuiinc/eikkeysoundserver.h Wed Sep 15 12:29:17 2010 +0300 +++ b/uifw/EikStd/srvuiinc/eikkeysoundserver.h Wed Oct 13 14:50:15 2010 +0300 @@ -103,13 +103,9 @@ 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; };