videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h
branchRCL_3
changeset 6 7d91903f795f
parent 0 96612d01cf9f
child 8 ce5ada96ab30
--- 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
 
     };