upnp/upnpstack/dlnawebserver/src/upnptcpserver.cpp
branchRCL_3
changeset 30 594d15129e2c
parent 29 5c72fd91570d
--- a/upnp/upnpstack/dlnawebserver/src/upnptcpserver.cpp	Tue Aug 31 16:06:48 2010 +0300
+++ b/upnp/upnpstack/dlnawebserver/src/upnptcpserver.cpp	Wed Sep 01 12:27:00 2010 +0100
@@ -330,7 +330,7 @@
                 #endif
 
                 CUpnpTcpSession* sess = ConnectionAcceptedL( iClientSocket );
-                iSessionList.AppendL( sess );
+                iSessionList.Append( sess );
 
                 }
             else