diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-15 09:14:45 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-15 09:14:45 +0000 |
commit | 32cbc7bc8204266300bf44a96734d40827f550ae (patch) | |
tree | bcbc80f71becce2ab2446875876ed727a3a3254a /Source/charon/payloads/transform_substructure.h | |
parent | 2b9dd4678da72005642b0c5494ae63d6ad8a8a32 (diff) | |
download | strongswan-32cbc7bc8204266300bf44a96734d40827f550ae.tar.bz2 strongswan-32cbc7bc8204266300bf44a96734d40827f550ae.tar.xz |
- introduced set_next_type call for payload_t objects
Diffstat (limited to 'Source/charon/payloads/transform_substructure.h')
-rw-r--r-- | Source/charon/payloads/transform_substructure.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/charon/payloads/transform_substructure.h b/Source/charon/payloads/transform_substructure.h index ba4988073..661c94fec 100644 --- a/Source/charon/payloads/transform_substructure.h +++ b/Source/charon/payloads/transform_substructure.h @@ -59,8 +59,9 @@ struct transform_substructure_s { * * @warning The created iterator has to get destroyed by the caller! * - * @warning When deleting an transform attribute, the length of this transform substructure - * has to be refreshed with get_length! + * @warning When deleting an transform attribute using this iterator, + * the length of this transform substructure has to be refreshed + * by calling get_length()! * * @param this calling transform_substructure_t object * @param iterator the created iterator is stored at the pointed pointer |