diff -r 3553901f7fa8 -r 962e6306d9d2 telephonyserverplugins/simtsy/inc/CSimPacketContext.h --- a/telephonyserverplugins/simtsy/inc/CSimPacketContext.h Tue Feb 02 01:41:59 2010 +0200 +++ b/telephonyserverplugins/simtsy/inc/CSimPacketContext.h Fri Feb 19 23:59:33 2010 +0200 @@ -34,6 +34,10 @@ #include const TUint KNotFound=0xfffffff; +const TInt KLimitForErrorCodeForContextGoToInactive=-700; +const TInt KContextGoToInactiveWithNormalErrorCode=-600; +const TInt KContextGoToInactiveWithExtendedErrorCode=-400; +const TInt KContextGoToInactiveWithErrorWhenTryingToGetLastErrorCode = -300; enum TContextEvent //< Enum for the state machine { @@ -454,6 +458,9 @@ virtual void TimerCallBack(TInt aId); TCommSetupItem FindCommSettings(); +private: + TInt iLastError; + TInt iErrorCodeForGetLastErrorCause; }; #endif