photosgallery/viewframework/views/cloudview/inc/glxcloudviewimp.h
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
--- a/photosgallery/viewframework/views/cloudview/inc/glxcloudviewimp.h	Wed Sep 15 12:13:06 2010 +0300
+++ b/photosgallery/viewframework/views/cloudview/inc/glxcloudviewimp.h	Wed Oct 13 14:32:09 2010 +0300
@@ -32,7 +32,6 @@
 
 #include "glxtagscontextmenucontrol.h"  // MGlxItemMenuObserver
 #include "glxmmcnotifier.h"
-#include <alf/alfcompositionutility.h> // MAlfEffectObserver
 
 // FORWARD DECLARATIONS
 class CGlxCloudViewControl;
@@ -55,8 +54,7 @@
 									public MGlxEnterKeyEventObserver,
 									public MGlxCloudViewLayoutObserver,
 									public MGlxItemMenuObserver,
-									public MStorageNotifierObserver,
-									public CAlfEffectObserver::MAlfEffectObserver
+									public MStorageNotifierObserver
 	{
 public:
 
@@ -122,9 +120,6 @@
 	 * @param aCommand command to be handled
 	 */
 	void HandleGridMenuListL(TInt aCommand);
-public://From MAlfEffectObserver
-	void HandleEffectCallback(TInt aType, TInt aHandle, TInt aStatus);
-	
 public:    
     void HandleForegroundEventL(TBool aForeground); 
 	
@@ -263,11 +258,6 @@
 	CGlxMMCNotifier* iMMCNotifier;
 	
 	TBool iMMCState;
-	
-	//For Alf Effects
-	CAlfEffectObserver* iAlfEffectObs;
-	TInt iEffectHandle;
-		
 	};
 }
 #endif // C_GLXTESTTILEVIEWIMP_H