changeset 30 | 5ec426854821 |
parent 0 | 7f85d04be362 |
child 38 | 5360b7ddc251 |
--- a/upnpavcontroller/upnpavcontrollerserver/src/upnpfiletransfersessionbase.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/upnpavcontroller/upnpavcontrollerserver/src/upnpfiletransfersessionbase.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -254,7 +254,7 @@ __LOG1( "iEvent = %d", aEvent.iEvent ); __LOG1( "iKey = %d", aEvent.iKey ); __LOG1( "iStatus = %d", aEvent.iStatus ); - iEventQueu.Append( aEvent ); + iEventQueu.AppendL( aEvent ); } }