--- a/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/a3fcistubextn.h Fri Apr 16 16:34:49 2010 +0300
+++ b/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/a3fcistubextn.h Mon May 03 13:56:28 2010 +0300
@@ -26,6 +26,12 @@
class CSetVol;
+enum TSetVolCommands
+ {
+ ETestSetVolIfSetVolCommand,
+ ETestSetVolIfVolCommand,
+ };
+
/**
*
* CA3fClientCiStubExtn
@@ -52,6 +58,7 @@
// from MTestSetVolIf
TInt SetVol(TInt aVolume);
+ TInt Vol(TInt aMaxVolume);
protected:
TUid iKey;
@@ -109,6 +116,7 @@
void UpdateA3fPointers();
void SetVolumeL(TInt aVol);
+ TInt VolumeL(TInt aMaxVolume);
MCustomInterface* iInterface; // not owned
MAudioContext* iContext;