ImagePrint/ImagePrintEngine/DeviceProtocols/btprotocol/inc/cbtjobchannel.h
branchCompilerCompatibility
changeset 12 dcbe215a3383
parent 0 d11fb78c4374
equal deleted inserted replaced
9:5ff28fcaf8ed 12:dcbe215a3383
   151 			static TInt CheckProgress( TAny *aObj );
   151 			static TInt CheckProgress( TAny *aObj );
   152 			
   152 			
   153 			/*
   153 			/*
   154 			 * Calculates and returns size of current print job.
   154 			 * Calculates and returns size of current print job.
   155 			 * */
   155 			 * */
   156 			TInt CBtJobChannel::CalculateJobSizeL();
   156 			TInt CalculateJobSizeL();
   157 			
   157 			
   158 			/*
   158 			/*
   159 			 * Updates progress bar. 
   159 			 * Updates progress bar. 
   160 			 * */
   160 			 * */
   161 			void UpdateProgress();
   161 			void UpdateProgress();