upnp/upnpstack/upnputils/src/upnpdevicelibrary.cpp
changeset 26 b6b8e90f9863
parent 0 f5a58ecadc66
child 30 594d15129e2c
--- a/upnp/upnpstack/upnputils/src/upnpdevicelibrary.cpp	Fri Jul 23 08:57:49 2010 +0300
+++ b/upnp/upnpstack/upnputils/src/upnpdevicelibrary.cpp	Fri Aug 06 18:27:32 2010 +0300
@@ -631,7 +631,7 @@
                 element->SetRenew(CUpnpTimeoutElement::EOnce);
                 element->SetTimeout(aMessage->CacheControl());
                 element->SetLocal(EFalse);
-                iElementArray.Append(element);
+                iElementArray.AppendL(element);
                 
                 CleanupStack::Pop(); // element
                 }
@@ -662,7 +662,7 @@
                     element->SetRenew(CUpnpTimeoutElement::EOnce);
                     element->SetTimeout(aMessage->CacheControl());
                     element->SetLocal(EFalse);
-                    iElementArray.Append(element);
+                    iElementArray.AppendL(element);
                 
                     CleanupStack::Pop(); // element
                     }
@@ -679,7 +679,7 @@
         element->SetRenew(CUpnpTimeoutElement::EOnce);
         element->SetTimeout(aMessage->CacheControl());
         element->SetLocal(EFalse);
-        iElementArray.Append(element);
+        iElementArray.AppendL(element);
         
         CleanupStack::Pop(); // element
         }