omxil/omxilcomponentcommon/src/common/omxilcallbackmanager.h
changeset 15 c1e808730d6c
parent 0 40261b775718
child 16 eedf2dcd43c6
equal deleted inserted replaced
13:efebd1779a59 15:c1e808730d6c
   155 		const TDesC8& aPortSettings);
   155 		const TDesC8& aPortSettings);
   156 
   156 
   157 	//
   157 	//
   158 	// From CActive
   158 	// From CActive
   159 	//
   159 	//
   160 	IMPORT_C void RunL();
   160 private:
   161 	IMPORT_C void DoCancel();
   161 	void RunL();
       
   162 	void DoCancel();
   162 
   163 
   163 private:
   164 private:
   164 
   165 
   165 	// Convenience typedef
   166 	// Convenience typedef
   166 	typedef RPriMsgQueue<CCallbackCommand*> RCbCmdPriQue;
   167 	typedef RPriMsgQueue<CCallbackCommand*> RCbCmdPriQue;