phoneengine/loghandling/tsrc/mocks/mock_cpeloghandlingcommand.cpp
changeset 60 1eef62f5c541
parent 21 92ab7f8d0eab
equal deleted inserted replaced
53:22cc52eade9b 60:1eef62f5c541
   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.