diff -r 03808033c9a2 -r 3785f754ee62 upnpmediaserver/contentdirectoryservice/src/upnpstatehandler.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpstatehandler.cpp Wed Aug 18 10:02:50 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpstatehandler.cpp Fri Sep 17 08:31:21 2010 +0300 @@ -185,7 +185,7 @@ //First time of modification, thus ID is 1. // No magic (white nor black) used here. cui.iUpdateId = 1; - iContainerUpdateIds.Append( cui ); + iContainerUpdateIds.AppendL( cui ); updateId = cui.iUpdateId; } else @@ -243,7 +243,7 @@ newEl.iContainerId = properContainerID->AllocL(); newEl.iUpdateId = updateId; - iCurrentContainerUpdateIds.Append(newEl); + iCurrentContainerUpdateIds.AppendL(newEl); } // preparing new value of 'ContainerUpdateIds' state variable ----