clock2/clockengines/clocktimesourceinterface/inc/clocktimesourceinterface.h
branchRCL_3
changeset 86 ed599363c2d7
parent 0 f979ecb2b13e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
    72 		/**
    72 		/**
    73 		* @brief Returns the plugin implementation id. Unique for each plugin.
    73 		* @brief Returns the plugin implementation id. Unique for each plugin.
    74 		* @return TInt The Uid of the plugin.
    74 		* @return TInt The Uid of the plugin.
    75 		*/
    75 		*/
    76 		IMPORT_C virtual TInt GetPluginUid() = 0;
    76 		IMPORT_C virtual TInt GetPluginUid() = 0;
       
    77 		
       
    78 		/**
       
    79 		 * @brief Gets the time attributes if it is already available with source.
       
    80 		 */
       
    81 		virtual void GetDataIfAlreadyAvailableL() = 0;
    77 						
    82 						
    78 	private:		// New functions
    83 	private:		// New functions
    79 	
    84 	
    80 		/**
    85 		/**
    81 		* @brief Symbiam OS 2nd Phase construct, performs the 2nd phase construction.
    86 		* @brief Symbiam OS 2nd Phase construct, performs the 2nd phase construction.