diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 16:11:56 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 16:11:56 +0000 |
commit | 5e99853ca819ff3b62bd72f0660eb607a14346e2 (patch) | |
tree | a5a46996537891a4fe0dd4fc5e1fdfee7b2004bf /Source/charon/config/configuration_manager.h | |
parent | cdbfdf4e6c6edddb32099e0d046409b4578bab11 (diff) | |
download | strongswan-5e99853ca819ff3b62bd72f0660eb607a14346e2.tar.bz2 strongswan-5e99853ca819ff3b62bd72f0660eb607a14346e2.tar.xz |
- removed OUT_OF_RES checks
Diffstat (limited to 'Source/charon/config/configuration_manager.h')
-rw-r--r-- | Source/charon/config/configuration_manager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/charon/config/configuration_manager.h b/Source/charon/config/configuration_manager.h index 74be771f3..e15f6a538 100644 --- a/Source/charon/config/configuration_manager.h +++ b/Source/charon/config/configuration_manager.h @@ -54,7 +54,6 @@ struct configuration_manager_t { * @param host remote host information gets stored at this location * * @return - * - OUT_OF_RES * - NOT_FOUND * - SUCCESS */ @@ -70,7 +69,6 @@ struct configuration_manager_t { * @param host local host information gets stored at this location * * @return - * - OUT_OF_RES * - NOT_FOUND (not yet implemented) * - SUCCESS */ @@ -110,7 +108,6 @@ struct configuration_manager_t { * @param list iterator where the proposals are written to * * @return - * - OUT_OF_RES * - NOT_FOUND (not yet implemented) * - SUCCESS */ @@ -129,7 +126,6 @@ struct configuration_manager_t { * @param out The selected proposals of type proposal_substructure_t * are written to this iterator * * @return - * - OUT_OF_RES * - FAILED * - NOT_FOUND (not yet implemented) * - SUCCESS @@ -146,7 +142,6 @@ struct configuration_manager_t { * @param[out] valid TRUE if selected proposals are accepted * * @return - * - OUT_OF_RES * - FAILED * - NOT_FOUND (not yet implemented) * - SUCCESS |