omadrm/drmengine/notifier/src/DRMNotifierSession.cpp
branchRCL_3
changeset 17 e16d72588c28
parent 2 76350b5be3d8
child 18 8a03a285ab14
equal deleted inserted replaced
9:89a1f2bd800d 17:e16d72588c28
   201 // appropriate private method. This helps to keep the code more readable.
   201 // appropriate private method. This helps to keep the code more readable.
   202 // -----------------------------------------------------------------------------
   202 // -----------------------------------------------------------------------------
   203 //
   203 //
   204 void CDRMNotifierSession::DispatchL( const RMessage2& aMessage ) 
   204 void CDRMNotifierSession::DispatchL( const RMessage2& aMessage ) 
   205     {
   205     {
   206 		RDebug::Printf(">>> [%s] %d", _S8(__PRETTY_FUNCTION__), aMessage.Function());
   206     #ifdef _DEBUG
       
   207 	RDebug::Printf(">>> [%s] %d", _S8(__PRETTY_FUNCTION__), aMessage.Function());
       
   208     #endif
       
   209     	
   207     switch ( aMessage.Function() )
   210     switch ( aMessage.Function() )
   208         {
   211         {
   209         case ENotifyClients:
   212         case ENotifyClients:
   210             NotifyClientsL( aMessage );
   213             NotifyClientsL( aMessage );
   211             break;
   214             break;