upnpmediaserver/contentdirectoryservice/src/upnpstatehandler.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
--- 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 ----