- changed creation of iterator

- chanded all clone calls
This commit is contained in:
Jan Hutter
2005-11-29 08:54:48 +00:00
parent c6ec246d0d
commit a0753941e1
24 changed files with 92 additions and 122 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ struct message_t {
void (*set_source) (message_t *this, host_t *host);
void (*get_destination) (message_t *this, host_t **host);
void (*set_destination) (message_t *this, host_t *host);
void (*get_payload_iterator) (message_t *this, iterator_t **iterator);
iterator_t * (*get_payload_iterator) (message_t *this);
/**
* @brief Destroys a message and all including objects