--- a/mmsharing/mmshengine/inc/musengaudioroutingobserver.h Thu Aug 19 09:51:39 2010 +0300
+++ b/mmsharing/mmshengine/inc/musengaudioroutingobserver.h Tue Aug 31 15:12:07 2010 +0300
@@ -19,13 +19,13 @@
#ifndef MUSENGAUDIOROUTINGOBSERVER_H
#define MUSENGAUDIOROUTINGOBSERVER_H
+// INCLUDES
+#include <e32std.h>
// CLASS DECLARATION
/**
-* An interface to be implemented by users of Multimedia Sharing Engine if
-* they wish to be notified about changes in audio routing.
-*
+* An interface to get notifcations when the audio routing changes
*/
class MMusEngAudioRoutingObserver
{
@@ -33,21 +33,10 @@
public:
/**
- * Indicates that some other application has changed audio routing.
- * @param aShowNote ETrue if notification of current change should be
- * shown.
- *
+ * The audio routing has changed.
*/
- virtual void AudioRoutingChanged( TBool aShowNote ) = 0;
-
- /**
- * Observer is required to give information whether audio route change
- * is allowed currently.
- * @param ETrue if change is allowed, otherwise EFalse
- *
- */
- virtual TBool AudioRouteChangeAllowed() const = 0;
+ virtual void AudioRoutingChanged() = 0;
};
-#endif // INCLUDE GUARD
\ No newline at end of file
+#endif // MUSENGAUDIOROUTINGOBSERVER_H