lbstest/lbstestproduct/lbsclient/src/ctlbsclientpostp173.cpp
branchRCL_3
changeset 18 54d74d217042
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
--- a/lbstest/lbstestproduct/lbsclient/src/ctlbsclientpostp173.cpp	Wed Mar 31 23:44:31 2010 +0300
+++ b/lbstest/lbstestproduct/lbsclient/src/ctlbsclientpostp173.cpp	Wed Apr 14 17:26:05 2010 +0300
@@ -206,7 +206,7 @@
 void CT_LbsClientPosTp173::HandleSettingsChangeL(TPosModulesEvent /*aModuleEvent*/)
     {
        
-    CleanupStack::PushL(TCleanupItem(MyStopActive));
+    CleanupStack::PushL(TCleanupItem(MyStopActive,NULL));
     if (iNoEvents)
         {
         _LIT(KErrorText, "Event received when no event should have been received");
@@ -241,7 +241,7 @@
 //
 void CT_LbsClientPosTp173::NotifyTimeout()
 	{
-    CleanupStack::PushL(TCleanupItem(MyStopActive));
+    CleanupStack::PushL(TCleanupItem(MyStopActive, NULL));
     if (!iNoEvents)
         {
         _LIT(KErrorText, "No event received when event should have been received");