convergedcallengine/cce/inc/ccceemergencycall.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
   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      */