--- a/lbstest/lbstestproduct/lbsclient/inc/ctlbsclientsteplastknownpos.h Thu Aug 19 11:17:26 2010 +0300
+++ b/lbstest/lbstestproduct/lbsclient/inc/ctlbsclientsteplastknownpos.h Tue Aug 31 16:38:06 2010 +0300
@@ -22,13 +22,10 @@
#include "ctlbsclientstep.h"
#include "ctlbsclientserver.h"
-#include "ctlbsclientnotifyposupdao.h"
-#include "ctlbsclientlastknownpospnslistener.h"
-
// Literals used
_LIT(KLbsClientStep_LastKnownPos, "LbsClientStep_LastKnownPos");
-class CT_LbsClientStep_LastKnownPos : public CT_LbsClientStep, public MT_LastKnownPosPnsObserver, public MT_NotifyPosUpdateObserver
+class CT_LbsClientStep_LastKnownPos : public CT_LbsClientStep
{
public:
~CT_LbsClientStep_LastKnownPos();
@@ -36,20 +33,11 @@
static CT_LbsClientStep_LastKnownPos* New(CT_LbsClientServer& aParent);
virtual TVerdict doTestStepL();
void SwitchOnselfLocateAPIL();
-
- void NotifyPositionUpdateCallback(TRequestStatus& aStatus);
- void NotifyLastKnownPosPnsUpdate(TPositionInfo& aPositionInfo, TRequestStatus& aStatus);
private:
void ConstructL();
CT_LbsClientStep_LastKnownPos(CT_LbsClientServer& aParent);
-
-private:
- TBool iLastKnownPostionReceived;
- TBool iNpudReceived;
- TPositionInfo iLastKnownPosInfo;
- TInt iError;
};
#endif //__CT_LBS_CLIENT_STEP_LAST_KNOWN_POS_H__