mmsharing/mmshui/inc/musuieventobserver.h
branchRCL_3
changeset 21 ce86b6d44a6d
parent 0 f0cf47e981f9
equal deleted inserted replaced
19:95754dcd27ad 21:ce86b6d44a6d
    24 
    24 
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <eikenv.h>
    26 #include <eikenv.h>
    27 #include <aknappui.h>
    27 #include <aknappui.h>
    28 #include <cntdef.h>
    28 #include <cntdef.h>
       
    29 
       
    30 class CMusUiResourceHandler;
    29 
    31 
    30 class MMusUiEventObserver
    32 class MMusUiEventObserver
    31 	{
    33 	{
    32 	
    34 	
    33 public:
    35 public:
    64     virtual void HandleExit() = 0;
    66     virtual void HandleExit() = 0;
    65     
    67     
    66     virtual TBool OrientationCanBeChanged() const = 0;
    68     virtual TBool OrientationCanBeChanged() const = 0;
    67     
    69     
    68     virtual TInt GetUiVolumeValue() = 0;
    70     virtual TInt GetUiVolumeValue() = 0;
       
    71     
       
    72     virtual CMusUiResourceHandler* ResourceHandler() = 0;
    69 	};
    73 	};
    70 
    74 
    71 #endif // MUSUIEVENTOBSERVER_H
    75 #endif // MUSUIEVENTOBSERVER_H
    72             
    76             
    73 // end of file
    77 // end of file