diff -r dec420019252 -r 7d91903f795f videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h --- a/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h Tue Feb 02 00:12:10 2010 +0200 +++ b/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h Fri Feb 19 22:52:52 2010 +0200 @@ -37,8 +37,10 @@ class CVcxHgTelephonyClient; class CHgScroller; class CSendUi; +class CDRMHelper; +#ifdef RD_VIDEO_AS_RINGING_TONE class CHgMyVideosAiwMenuHandler; -class CDRMHelper; +#endif namespace DRM { @@ -266,13 +268,15 @@ * Send video using SendUI */ void HandleSendL(); - + +#ifdef RD_VIDEO_AS_RINGING_TONE /** * Handles command if aCommand is an Aiw command * * @param aCommand Menu command ID */ void TryHandleAiwCommandL( TInt aCommand ); +#endif /** * Checks if we are at marking mode and returns @@ -392,6 +396,7 @@ */ CSendUi* SendUiL(); +#ifdef RD_VIDEO_AS_RINGING_TONE /** * Returns pointer to instance of CHgMyVideosAiwMenuHandler. * First call creates handler and attaches AIW menu. @@ -399,6 +404,7 @@ * @return Pointer to CHgMyVideosAiwMenuHandler */ CHgMyVideosAiwMenuHandler* AiwMenuHandlerL(); +#endif protected: @@ -454,11 +460,13 @@ */ CSendUi* iSendUi; +#ifdef RD_VIDEO_AS_RINGING_TONE /** * Aiw Menu Handler * Own */ CHgMyVideosAiwMenuHandler* iAiwMenuHandler; +#endif };