syncmlfw/ds/syncagent/src/nsmldsnetmon.cpp
changeset 54 085438c28042
parent 46 c15b68295419
equal deleted inserted replaced
52:830bd228f4f6 54:085438c28042
   136 // ----------------------------------------------------------------------------
   136 // ----------------------------------------------------------------------------
   137 // CNsmlDSNetmon::RunError
   137 // CNsmlDSNetmon::RunError
   138 // ----------------------------------------------------------------------------
   138 // ----------------------------------------------------------------------------
   139 TInt CNsmlDSNetmon::RunError ( TInt aError )
   139 TInt CNsmlDSNetmon::RunError ( TInt aError )
   140 {
   140 {
   141     return aError;
   141     return KErrNone;
   142 }
   142 }
   143 
   143 
   144 // ----------------------------------------------------------------------------
   144 // ----------------------------------------------------------------------------
   145 // CNsmlDSNetmon::RegisterL
   145 // CNsmlDSNetmon::RegisterL
   146 // ----------------------------------------------------------------------------
   146 // ----------------------------------------------------------------------------