radioengine/utils/src/cradiosystemeventcollectorimp.cpp
changeset 57 21be958eb3ce
parent 54 a8ba0c289b44
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
   156 // ---------------------------------------------------------------------------
   156 // ---------------------------------------------------------------------------
   157 // returns this as MRadioAudioRoutingObserver 
   157 // returns this as MRadioAudioRoutingObserver 
   158 // ---------------------------------------------------------------------------
   158 // ---------------------------------------------------------------------------
   159 void CRadioSystemEventCollectorImp::AsObserver( MRadioAudioRoutingObserver*& obj )const
   159 void CRadioSystemEventCollectorImp::AsObserver( MRadioAudioRoutingObserver*& obj )const
   160 {
   160 {
       
   161     LEVEL3( LOG_METHOD_AUTO );
   161     CRadioSystemEventCollectorImp *object = const_cast<CRadioSystemEventCollectorImp*>( this );
   162     CRadioSystemEventCollectorImp *object = const_cast<CRadioSystemEventCollectorImp*>( this );
   162     obj = object;
   163     obj = object;
   163 }
   164 }
   164 
   165 
   165 // ---------------------------------------------------------------------------
   166 // ---------------------------------------------------------------------------