diff -r d746aee05493 -r 02ba3f1733c6 supl/locationsuplfw/gateway/inc/epos_csuplsessionrequest.h --- a/supl/locationsuplfw/gateway/inc/epos_csuplsessionrequest.h Thu Jul 15 19:06:58 2010 +0300 +++ b/supl/locationsuplfw/gateway/inc/epos_csuplsessionrequest.h Thu Aug 19 10:20:18 2010 +0300 @@ -27,6 +27,7 @@ #include #include #include +#include "epos_suplgeocellinfo.h" // CONSTANT DECLARATIONS @@ -101,6 +102,10 @@ void CancelTriggerringRequest(); void ProtocolHUnloaded(); + + void MakeLocationConversionRequestL( CSuplSessionBase* aSuplSessn,TGeoCellInfo& aCellInfo ); + + void CancelLocationConversionRequest(); void ReIssueRequestL(); protected: // From CActive @@ -134,7 +139,9 @@ ESuplStopTriggerRequest, ESuplTriggerFiredNotifyRequest, ESuplWaitingToRetrySession, - ESuplRetryingSession + ESuplRetryingSession, + ESuplLocationConversionRequest, + ESuplCancelLocationConversionRequest }; TSuplRequestStage iRequestPhase; @@ -153,8 +160,6 @@ TBool iParamExtendedQopUsed; TSuplTerminalQop iParamQop; HBufC* iParamExtendedFallback; - - TBool iSessionStarted; }; #endif // __CSuplSessionRequest_H__