mmsharing/mmshui/src/musuiactivitymanger.cpp
branchRCL_3
changeset 16 ce86b6d44a6d
parent 0 f0cf47e981f9
equal deleted inserted replaced
15:95754dcd27ad 16:ce86b6d44a6d
   161         }   
   161         }   
   162 
   162 
   163     MUS_LOG( "mus: [MUSUI ]  <- CMusUiActivityManager::RunL" );
   163     MUS_LOG( "mus: [MUSUI ]  <- CMusUiActivityManager::RunL" );
   164     }
   164     }
   165 
   165 
       
   166 // -------------------------------------------------------------------------
       
   167 //  If RunL() leaves,It should be handled here.
       
   168 // -------------------------------------------------------------------------
       
   169 //
       
   170 TInt CMusUiActivityManager::RunError( TInt aError )
       
   171     {
       
   172 	MUS_LOG( "mus: [MUSUI ]  -> CMusUiActivityManager::RunError" );
       
   173     // Nothing can be done here.
       
   174     aError = KErrNone;
       
   175 
       
   176     MUS_LOG( "mus: [MUSUI ]  <- CMusUiActivityManager::RunError" );
       
   177     return aError;
       
   178     }
       
   179 
   166 
   180 
   167 // end of file
   181 // end of file