upnpavcontroller/upnpavcontrollerserver/src/upnpavdispatcher.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
  1003     CUPnPAVActionInfo* tempInfo = CUPnPAVActionInfo::NewLC();
  1003     CUPnPAVActionInfo* tempInfo = CUPnPAVActionInfo::NewLC();
  1004     tempInfo->SetSessionId( aSessionId );
  1004     tempInfo->SetSessionId( aSessionId );
  1005     tempInfo->SetObserver( aObserver );
  1005     tempInfo->SetObserver( aObserver );
  1006     //tempInfo->SetUuidL( aUuid );
  1006     //tempInfo->SetUuidL( aUuid );
  1007     CleanupStack::Pop( tempInfo );
  1007     CleanupStack::Pop( tempInfo );
  1008     iActionInfos.Append( tempInfo );
  1008     iActionInfos.AppendL( tempInfo );
  1009     }
  1009     }
  1010 
  1010 
  1011 void CUPnPAVDispatcher::UnRegister( TInt aSessionId
  1011 void CUPnPAVDispatcher::UnRegister( TInt aSessionId
  1012     /*, const TDesC8& aUuid*/ )
  1012     /*, const TDesC8& aUuid*/ )
  1013     {
  1013     {
  1046     {
  1046     {
  1047     CUPnPAVActionInfo* tempInfo = CUPnPAVActionInfo::NewLC();
  1047     CUPnPAVActionInfo* tempInfo = CUPnPAVActionInfo::NewLC();
  1048     tempInfo->SetObserver( aObserver );
  1048     tempInfo->SetObserver( aObserver );
  1049     tempInfo->SetUuidL( aUuid );
  1049     tempInfo->SetUuidL( aUuid );
  1050     CleanupStack::Pop( tempInfo );
  1050     CleanupStack::Pop( tempInfo );
  1051     iActionInfosEvent.Append( tempInfo );        
  1051     iActionInfosEvent.AppendL( tempInfo );        
  1052     }
  1052     }
  1053     
  1053     
  1054 void CUPnPAVDispatcher::UnRegisterEvents(
  1054 void CUPnPAVDispatcher::UnRegisterEvents(
  1055     MUpnpAVControlPointObserver& aObserver )
  1055     MUpnpAVControlPointObserver& aObserver )
  1056     {
  1056     {