photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/inc/glxdatasourcetaskmdscommand.h
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
   288 	/**
   288 	/**
   289      * Matches the given resource ID with the title(user defined new album)
   289      * Matches the given resource ID with the title(user defined new album)
   290      */	
   290      */	
   291 	
   291 	
   292 	TInt SearchStringL(TInt aResourceId);
   292 	TInt SearchStringL(TInt aResourceId);
       
   293 	
       
   294 	/**
       
   295 	 * Timer callback to stop scheduler wait
       
   296 	 * @param aPtr Pointer to object that started the timer
       
   297 	 * @return 0 to signal that further callbacks are unnecessary, 1 otherwise
       
   298 	 */
       
   299 	static TInt SchedulerStopCallback(TAny* aPtr);
       
   300 	    
       
   301 	/**
       
   302 	 * Starts the scheduler wait timer. When complete, Scheduler is stopped
       
   303 	 */	
       
   304 	void SchedulerStopComplete();
   293 
   305 
   294 private:	
   306 private:	
   295 	/**
   307 	/**
   296 	 * Default name space definition.
   308 	 * Default name space definition.
   297 	 */
   309 	 */
   331     /**
   343     /**
   332     * Used to get the localized string from the cache
   344     * Used to get the localized string from the cache
   333     *
   345     *
   334     */
   346     */
   335     CGlxStringCache* iStringCache;
   347     CGlxStringCache* iStringCache;
       
   348     
       
   349     /**
       
   350 	 *  Timer that checks if scheduler wait needs to be cancelled  
       
   351 	 */
       
   352     CPeriodic* iTimer; 
       
   353     
       
   354     /**
       
   355 	*  Active scheduler wait object. (Owned)
       
   356 	*/
       
   357     CActiveSchedulerWait* iSchedulerWait;
   336 	};
   358 	};
   337 
   359 
   338 #endif //_C_GLXDATASOURCETASKMDSCOMMAND_H_
   360 #endif //_C_GLXDATASOURCETASKMDSCOMMAND_H_