upnpsharing/upnpcontentserver/src/upnpcontentserversession.cpp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
   135 // --------------------------------------------------------------------------
   135 // --------------------------------------------------------------------------
   136 //
   136 //
   137 void CUpnpContentServerSession::DispatchMessageL( const RMessage2& aMessage )
   137 void CUpnpContentServerSession::DispatchMessageL( const RMessage2& aMessage )
   138     {
   138     {
   139     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
   139     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
       
   140     iHandler->InitializeL();
   140     iHandler->SetContentSharingObserverL( this );
   141     iHandler->SetContentSharingObserverL( this );
       
   142     
   141     switch( aMessage.Function() )
   143     switch( aMessage.Function() )
   142         {
   144         {
   143     case ERequestSelectionContent :
   145     case ERequestSelectionContent :
   144         {
   146         {
   145         GetSelectionContentL( aMessage );
   147         GetSelectionContentL( aMessage );