equal
deleted
inserted
replaced
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. |