phoneengine/loghandling/tsrc/mocks/mock_cpeloghandlingcommand.cpp
changeset 64 6aaf0276100e
parent 21 92ab7f8d0eab
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
   114 TInt CPELogHandlingCommand::ChangeEvent
   114 TInt CPELogHandlingCommand::ChangeEvent
   115         (
   115         (
   116         const CLogEvent& aLogEvent
   116         const CLogEvent& aLogEvent
   117         )
   117         )
   118     { 
   118     { 
   119     SMC_MOCK_METHOD1( TInt, CLogEvent& , aLogEvent)     
   119     SMC_MOCK_METHOD1( TInt, const CLogEvent& , aLogEvent)     
   120     }
   120     }
   121 
   121 
   122 // -----------------------------------------------------------------------------
   122 // -----------------------------------------------------------------------------
   123 // CPELogHandlingCommand::RunL
   123 // CPELogHandlingCommand::RunL
   124 // Description: Method gets notification from etel that asyncronous request is completed.
   124 // Description: Method gets notification from etel that asyncronous request is completed.