- code cleaned

This commit is contained in:
Jan Hutter
2005-12-06 08:13:32 +00:00
parent 34852cae00
commit 0d74d84bd4
2 changed files with 213 additions and 222 deletions
+9 -7
View File
@@ -30,25 +30,27 @@
typedef struct responder_init_t responder_init_t;
/**
* @brief This class represents an IKE_SA state when initializing.
* a connection as responder.
* @brief This class represents an IKE_SA state when
* initializing a connection as responder.
*
* @b Constructors:
* - responder_init_create()
*
* @ingroup states
*/
struct responder_init_t {
/**
* methods of the state_t interface
* The state_t interface.
*/
state_t state_interface;
};
/**
* Constructor of class responder_init_t
* Constructor of class responder_init_t.
*
* @param ike_sa assigned IKE_SA
* @param ike_sa assigned IKE_SA
*
* @return responder_init state
* @return responder_init_t object
*
* @ingroup states
*/