photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h
branchRCL_3
changeset 47 f9e827349359
parent 35 420f6808bf21
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   128 	// Container Command Id
   128 	// Container Command Id
   129 	TInt iCommandId;
   129 	TInt iCommandId;
   130 
   130 
   131 	// Target containers selection count
   131 	// Target containers selection count
   132 	static TInt iSelectionCount;
   132 	static TInt iSelectionCount;
       
   133 	
       
   134 	// Media items selection count
       
   135 	mutable TInt iItemsSelectionCount;
   133 
   136 
   134 	// Popup Completion Status Flag
   137 	// Popup Completion Status Flag
   135 	mutable TBool iIsProcessOngoing;
   138 	mutable TBool iIsProcessOngoing;
   136 	
   139 	
   137 	};
   140 	};