terminalsecurity/SCP/SCPTimestampPlugin/inc/SCPTimestampPlugin.h
changeset 5 3f7d9dbe57c8
parent 2 5594fba90824
child 11 06f47423ecee
equal deleted inserted replaced
4:958eca8527dd 5:3f7d9dbe57c8
   157         TInt WriteConfiguration();                                             
   157         TInt WriteConfiguration();                                             
   158         
   158         
   159 		/**
   159 		/**
   160         * Fetches the resource data from the file.
   160         * Fetches the resource data from the file.
   161         */        
   161         */        
   162         TInt CSCPTimestampPlugin::GetResource();
   162         TInt GetResource();
   163         
   163         
   164 		/**
   164 		/**
   165         * Loads a specified resource buffer.
   165         * Loads a specified resource buffer.
   166         */
   166         */
   167         HBufC16* CSCPTimestampPlugin::LoadResourceL( TInt aResId );
   167         HBufC16* LoadResourceL( TInt aResId );
   168         
   168         
   169         void FormatResourceString(HBufC16 &aResStr);
   169         void FormatResourceString(HBufC16 &aResStr);
   170     private: // Data
   170     private: // Data
   171         /* A pointer to the event handler object on the server, not owned */
   171         /* A pointer to the event handler object on the server, not owned */
   172         MSCPPluginEventHandler* iEventHandler;
   172         MSCPPluginEventHandler* iEventHandler;