phoneengine/loghandling/tsrc/mocks/mock_cpeloginfo.cpp
changeset 64 6aaf0276100e
parent 21 92ab7f8d0eab
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
   152 // 
   152 // 
   153 // ---------------------------------------------------------------------------
   153 // ---------------------------------------------------------------------------
   154 //
   154 //
   155 void CPELogInfo::SetPhoneNumber( const TPEPhoneNumber& aPhoneNumber )
   155 void CPELogInfo::SetPhoneNumber( const TPEPhoneNumber& aPhoneNumber )
   156     {
   156     {
   157     SMC_MOCK_METHOD1( void, TPEPhoneNumber&, aPhoneNumber )	
   157     SMC_MOCK_METHOD1( void, const TPEPhoneNumber&, aPhoneNumber )	
   158     }
   158     }
   159 
   159 
   160 
   160 
   161 // ---------------------------------------------------------------------------
   161 // ---------------------------------------------------------------------------
   162 // 
   162 // 
   172 // 
   172 // 
   173 // ---------------------------------------------------------------------------
   173 // ---------------------------------------------------------------------------
   174 //
   174 //
   175 void CPELogInfo::SetName( const TPEContactName& aName )
   175 void CPELogInfo::SetName( const TPEContactName& aName )
   176     {
   176     {
   177     SMC_MOCK_METHOD1( void, TPEContactName&, aName )	
   177     SMC_MOCK_METHOD1( void, const TPEContactName&, aName )	
   178     }
   178     }
   179 
   179 
   180 
   180 
   181 // ---------------------------------------------------------------------------
   181 // ---------------------------------------------------------------------------
   182 // 
   182 // 
   371 // 
   371 // 
   372 // ---------------------------------------------------------------------------
   372 // ---------------------------------------------------------------------------
   373 //
   373 //
   374 void CPELogInfo::SetVoipAddress( const TPEPhoneNumber& aVoipAddress )
   374 void CPELogInfo::SetVoipAddress( const TPEPhoneNumber& aVoipAddress )
   375     {
   375     {
   376     SMC_MOCK_METHOD1( void, TPEPhoneNumber&, aVoipAddress )
   376     SMC_MOCK_METHOD1( void, const TPEPhoneNumber&, aVoipAddress )
   377     }
   377     }
   378 
   378 
   379 
   379 
   380 // ---------------------------------------------------------------------------
   380 // ---------------------------------------------------------------------------
   381 // 
   381 // 
   391 // 
   391 // 
   392 // ---------------------------------------------------------------------------
   392 // ---------------------------------------------------------------------------
   393 //
   393 //
   394 void CPELogInfo::SetMyAddress( const TPEPhoneNumber& aMyAddress )
   394 void CPELogInfo::SetMyAddress( const TPEPhoneNumber& aMyAddress )
   395     {
   395     {
   396     SMC_MOCK_METHOD1( void, TPEPhoneNumber&, aMyAddress )
   396     SMC_MOCK_METHOD1( void, const TPEPhoneNumber&, aMyAddress )
   397     }
   397     }
   398 
   398 
   399 
   399 
   400 // ---------------------------------------------------------------------------
   400 // ---------------------------------------------------------------------------
   401 // 
   401 //