telephonyprotocols/pdplayer/inc/PDPFSM.h
changeset 73 70d75957b98f
parent 69 b982c3e940f3
equal deleted inserted replaced
69:b982c3e940f3 73:70d75957b98f
   149 	inline TInt UmtsRelease()
   149 	inline TInt UmtsRelease()
   150 		{
   150 		{
   151 		return iUmtsRelease;
   151 		return iUmtsRelease;
   152 		}
   152 		}
   153 
   153 
   154 	const TName& GetContextName(TContextId aPdpId);
   154 	const TName& GetContextName(TContextId aPdpId) const;
   155 
   155 
   156  protected:
   156  protected:
   157  private:
   157  private:
   158 	// DO NOT provide implementations to these methods: Copying this object should be disabled
   158 	// DO NOT provide implementations to these methods: Copying this object should be disabled
   159 	CPdpFsmInterface(CPdpFsmInterface&);
   159 	CPdpFsmInterface(CPdpFsmInterface&);