--- 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");