upnpavcontroller/upnpavcontrollerserver/src/upnpfiletransfersessionbase.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   252         {
   252         {
   253         __LOG( "Complete - Add to queu" );
   253         __LOG( "Complete - Add to queu" );
   254         __LOG1( "iEvent = %d", aEvent.iEvent );
   254         __LOG1( "iEvent = %d", aEvent.iEvent );
   255         __LOG1( "iKey = %d", aEvent.iKey );
   255         __LOG1( "iKey = %d", aEvent.iKey );
   256         __LOG1( "iStatus = %d", aEvent.iStatus );        
   256         __LOG1( "iStatus = %d", aEvent.iStatus );        
   257         iEventQueu.Append( aEvent );
   257         iEventQueu.AppendL( aEvent );
   258         }
   258         }
   259     }
   259     }
   260     
   260     
   261 // End of file
   261 // End of file