photosgallery/viewframework/views/cloudview/inc/glxbubbletimer.h
branchRCL_3
changeset 32 78ad99c24f08
parent 0 4e91876724a2
equal deleted inserted replaced
30:a60acebbbd9d 32:78ad99c24f08
    29  */
    29  */
    30 class MGlxTimerNotifier
    30 class MGlxTimerNotifier
    31 	{
    31 	{
    32 public:
    32 public:
    33 	/** 	
    33 	/** 	
    34 	 *  @function TimerComplete
    34 	 *  @function TimerCompleteL
    35 	 *  @since S60 3.2
    35 	 *  @since S60 3.2
    36 	 *  Function is used to get timer notification
    36 	 *  Function is used to get timer notification
    37 	 */
    37 	 */
    38 	virtual void TimerComplete() = 0;
    38 	virtual void TimerCompleteL() = 0;
    39 	};
    39 	};
    40 
    40 
    41 //Forward Declaration
    41 //Forward Declaration
    42 class MGlxTimerNotifier;
    42 class MGlxTimerNotifier;
    43 
    43