diff -r 5b238bc8ffb6 -r 01504893d9cb photosgallery/viewframework/views/cloudview/inc/glxcloudviewimp.h --- 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 // 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