bearermanagement/S60MCPR/inc/s60mcprstates.h
changeset 23 7ec726f93df1
parent 18 fcbbe021d614
child 61 8b0c979bbe8c
child 62 bb1f80fb7db2
equal deleted inserted replaced
20:9c97ad6591ae 23:7ec726f93df1
   104                               MeshMachine::TStateTransition<TContext>, 
   104                               MeshMachine::TStateTransition<TContext>, 
   105                               NetStateMachine::MStateTransition, 
   105                               NetStateMachine::MStateTransition, 
   106                               TContext )
   106                               TContext )
   107     virtual void DoL();
   107     virtual void DoL();
   108     DECLARE_SMELEMENT_FOOTER( TRequestReConnect )
   108     DECLARE_SMELEMENT_FOOTER( TRequestReConnect )
   109 
       
   110     /**
       
   111      * TRANSITION/ACTION: Starts ReConnect -activity to current service provider
       
   112      */
       
   113     DECLARE_SMELEMENT_HEADER( TRequestReConnectToCurrentSP, 
       
   114                               MeshMachine::TStateTransition<TContext>, 
       
   115                               NetStateMachine::MStateTransition, 
       
   116                               TContext )
       
   117     virtual void DoL();
       
   118     DECLARE_SMELEMENT_FOOTER( TRequestReConnectToCurrentSP )
       
   119     
       
   120     
   109     
   121     /**
   110     /**
   122      * TRANSITION/ACTION: Requests Policy Server to process the error.
   111      * TRANSITION/ACTION: Requests Policy Server to process the error.
   123      * The error is taken from the error context or activity error in that order.
   112      * The error is taken from the error context or activity error in that order.
   124      */
   113      */