upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp
changeset 30 5ec426854821
parent 0 7f85d04be362
--- a/upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp	Fri Aug 06 12:57:10 2010 +0300
+++ b/upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp	Fri Sep 03 15:38:36 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