telephonyprotocols/pdplayer/inc/PDPProvision.h
branchRCL_3
changeset 9 2492a6e4aed7
parent 6 fc69e1e37771
equal deleted inserted replaced
8:3f227a47ad75 9:2492a6e4aed7
    64 	void RetrieveUmtsPacketFlowIdentifierL(RPacketContext::TPacketFlowIdentifier& aPfi, ESock::CCommsDatIapView* aIapView) const;
    64 	void RetrieveUmtsPacketFlowIdentifierL(RPacketContext::TPacketFlowIdentifier& aPfi, ESock::CCommsDatIapView* aIapView) const;
    65 
    65 
    66 private:
    66 private:
    67     TInt InitialiseScratchContext(TUint32 aConfigRel) const;
    67     TInt InitialiseScratchContext(TUint32 aConfigRel) const;
    68     void RetrieveAuthenticationInfoL(RPacketContext::TProtocolConfigOptionV2& aProtocolConfigOption, ESock::CCommsDatIapView* aIapView);
    68     void RetrieveAuthenticationInfoL(RPacketContext::TProtocolConfigOptionV2& aProtocolConfigOption, ESock::CCommsDatIapView* aIapView);
    69     void CreateChallengeAndResponseForChapL(RPacketContext::TProtocolConfigOptionV2& aProtocolConfigOption);
       
    70 
    69 
    71 public:
    70 public:
    72     //RPacketContext::TContextConfigGPRS iGprsConfig;
    71     //RPacketContext::TContextConfigGPRS iGprsConfig;
    73 	/** Temporary storage of GPRS, or R4, or R5 context configuration, here to avoid stack overflow */
    72 	/** Temporary storage of GPRS, or R4, or R5 context configuration, here to avoid stack overflow */
    74 	TBuf8<KScratchContextConfigSize> iScratchContext;
    73 	TBuf8<KScratchContextConfigSize> iScratchContext;