convergedcallengine/cce/inc/ccceemergencycall.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
   163 
   163 
   164     
   164     
   165     class TStateTransition
   165     class TStateTransition
   166         {
   166         {
   167     public:
   167     public:
   168     	TStateTransition() 
   168         TStateTransition() 
   169     		{
   169             {
   170     		iState = CCPCall::EStateIdle;
   170             iState = CCPCall::EStateIdle;
   171     		iInband = EFalse;
   171             iInband = EFalse;
   172     		}
   172             }
   173     		
   173             
   174     	CCPCall::TCallState iState;
   174         CCPCall::TCallState iState;
   175         TBool iInband;
   175         TBool iInband;
   176         };
   176         };
   177     /**
   177     /**
   178      * Constructor.
   178      * Constructor.
   179      */  
   179      */