Delete the base class clear() which is inherited from the fields<> class and doesn't * clear things like the body or obviously our own members. */
| 210 | * clear things like the body or obviously our own members. |
| 211 | */ |
| 212 | void clear() = delete; |
| 213 | |
| 214 | /** |
| 215 | * Clear the header and body of the message. |
no outgoing calls