diff -r 3553901f7fa8 -r 1f776524b15c telephonyprotocols/pdplayer/inc/PDPSCPR.h --- a/telephonyprotocols/pdplayer/inc/PDPSCPR.h Tue Feb 02 01:41:59 2010 +0200 +++ b/telephonyprotocols/pdplayer/inc/PDPSCPR.h Fri Mar 19 09:55:57 2010 +0200 @@ -23,6 +23,7 @@ #ifndef SYMBIAN_PDPSPR_H #define SYMBIAN_PDPSPR_H +#include #include #include #include @@ -30,9 +31,11 @@ #include #include #include +#include + #include "PDPFSM.h" #include "PDPParamMapper.h" -#include + namespace PDPSCprStates { class TSelfInit; @@ -154,6 +157,7 @@ //quite a big structure so kept here to avoid stack overflow. RPacketContext::TDataChannelV2 iTempDataChannelV2; + TInt iProvisionFailure; protected: __FLOG_DECLARATION_MEMBER; TInt iLinkUps;