aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/cmixprotofunctor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-common/cmixprotofunctor.hpp')
-rw-r--r--libcmix-common/cmixprotofunctor.hpp23
1 files changed, 14 insertions, 9 deletions
diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp
index 5fd736b..755894e 100644
--- a/libcmix-common/cmixprotofunctor.hpp
+++ b/libcmix-common/cmixprotofunctor.hpp
@@ -30,49 +30,54 @@ struct CMixProtoFunctor {
} \
/*!
- * #MESSAGE_SETTER_DECL(Initialization, initialization)
+ * #MESSAGE_SETTER_DEF(Initialization, initialization)
*/
MESSAGE_SETTER_DEF(Initialization, initialization)
/*!
- * #MESSAGE_SETTER_DECL(ImANode, imanode)
+ * #MESSAGE_SETTER_DEF(ImANode, imanode)
*/
MESSAGE_SETTER_DEF(ImANode, imanode)
/*!
- * #MESSAGE_SETTER_DECL(ImAClient, imaclient)
+ * #MESSAGE_SETTER_DEF(ImAClient, imaclient)
*/
MESSAGE_SETTER_DEF(ImAClient, imaclient)
/*!
- * #MESSAGE_SETTER_DECL(Bye, bye)
+ * #MESSAGE_SETTER_DEF(Bye, bye)
*/
MESSAGE_SETTER_DEF(Bye, bye)
/*!
- * #MESSAGE_SETTER_DECL(KeyExchange, keyexchange)
+ * #MESSAGE_SETTER_DEF(KeyExchange, keyexchange)
*/
MESSAGE_SETTER_DEF(KeyExchange, keyexchange)
/*!
- * #MESSAGE_SETTER_DECL(SecretKey, secretkey)
+ * #MESSAGE_SETTER_DEF(SecretKey, secretkey)
*/
MESSAGE_SETTER_DEF(SecretKey, secretkey)
/*!
- * #MESSAGE_SETTER_DECL(NodeReady, nodeready)
+ * #MESSAGE_SETTER_DEF(NodeReady, nodeready)
*/
MESSAGE_SETTER_DEF(NodeReady, nodeready)
/*!
- * #MESSAGE_SETTER_DECL(PrePre, prepre)
+ * #MESSAGE_SETTER_DEF(PrePre, prepre)
*/
MESSAGE_SETTER_DEF(PrePre, prepre)
/*!
- * #MESSAGE_SETTER_DECL(PreMix, premix)
+ * #MESSAGE_SETTER_DEF(PreMix, premix)
*/
MESSAGE_SETTER_DEF(PreMix, premix)
+
+ /*!
+ * #MESSAGE_SETTER_DEF(PrePost, prepost)
+ */
+ MESSAGE_SETTER_DEF(PrePost, prepost)
#undef MESSAGE_SETTER_DEF
};