--- a/lbstest/lbstestproduct/lbsclient/src/ctlbsclientpostp173.cpp Fri Apr 16 16:28:16 2010 +0300
+++ b/lbstest/lbstestproduct/lbsclient/src/ctlbsclientpostp173.cpp Mon May 03 13:50:32 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");