upnpavcontroller/upnpavcontrollerserver/src/upnpfiletransfersessionbase.cpp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 32 3785f754ee62
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
   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.AppendL( aEvent );
   257         iEventQueu.Append( aEvent );
   258         }
   258         }
   259     }
   259     }
   260     
   260     
   261 // End of file
   261 // End of file