realtimenetprots/sipfw/SIP/SystemStateMonitor/Api/sipsystemstatemonitor.h
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
equal deleted inserted replaced
4:dd3853b8dc3f 9:1e1cc61f56c3
    51             /** System state event */
    51             /** System state event */
    52             ESystemState=0,
    52             ESystemState=0,
    53             /** SNAP availability event */
    53             /** SNAP availability event */
    54             ESnapAvailability,
    54             ESnapAvailability,
    55             /** RFS State */
    55             /** RFS State */
    56             ERfsState
    56             ERfsState,
       
    57             /** VPN State */
       
    58             EVpnState
    57             };    
    59             };    
    58     
    60     
    59         /** System states */
    61         /** System states */
    60         enum TSystemState 
    62         enum TSystemState 
    61             {
    63             {
    89             ERfsFailed,
    91             ERfsFailed,
    90             /** Rfs Completed */
    92             /** Rfs Completed */
    91             ERfsCompleted
    93             ERfsCompleted
    92             };
    94             };
    93 
    95 
       
    96         enum TVpnState
       
    97             {
       
    98             /** Vpn is about to be started */
       
    99             EVpnInitiating = 0,                
       
   100             /** Vpn ended */
       
   101             EVpnTerminated
       
   102             };
       
   103         
    94     public: // Constructors and destructor
   104     public: // Constructors and destructor
    95     
   105     
    96         /**
   106         /**
    97         * Destructor.
   107         * Destructor.
    98         */
   108         */