photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlersend.h
branchRCL_3
changeset 11 71da52165949
parent 3 9a9c174934f5
child 15 191387a8b767
--- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlersend.h	Fri Feb 19 22:51:01 2010 +0200
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlersend.h	Fri Mar 12 15:42:44 2010 +0200
@@ -29,7 +29,6 @@
 //  INTERNAL INCLUDES
 #include "glxmedialistcommandhandler.h"
 
-
 //  FORWARD DECLARATIONS
 class MGlxMediaListProvider;
 class CGlxUiUtility;
@@ -202,27 +201,26 @@
 	
 private: // data
 
-    // Not owned - Provider of media list
+    /// Not owned - Provider of media list
     MGlxMediaListProvider* iMediaListProvider;
     
-    // ID of owning view 
+    /// ID of owning view 
     TInt iViewId;
     
-    // Not owned - HUI utility 
+    /// Not owned - HUI utility 
     CGlxUiUtility* iUiUtility;
     
-    // Not owned - Attribute context
+    /// Not owned - Attribute context
     CGlxDefaultAttributeContext* iAttributeContext;
     
-    // Owned - the Send pop-up list, message creation and sending services
+    /// Owned - the Send pop-up list, message creation and sending services
     CSendUi* iSendUi;
     
-    // Array of Send Plugins uids that should not be used
+    /// Array of Send Plugins uids that should not be used
     TBool iFilterOutPlugin;
     
-    // The resource file offset
+    /// The resource file offset
 	TInt iResourceOffset;
-    
 	};
 
 #endif //__GLXCOMMANDHANDLERUPLSEND_H__