upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -98,7 +98,7 @@
             CUpnpCommand* command = CUpnpCommand::NewL(iAVCPManager, *this, aMessage);            
             if (command) 
             {            	
-                iCommandList.Append(command);
+                iCommandList.AppendL(command);
                 CleanupStack::PushL(command);
                 command->ExecuteL();
                 CleanupStack::Pop(command); // it will be destroyed after completion