Go to the documentation of this file.
25 #ifndef SIP_TAG_CLASS_H
27 #define SIP_TAG_CLASS_H
40 #ifndef SU_TAG_CLASS_H
44 #ifndef MSG_TAG_CLASS_H
51 #define SIPHDRTAG_NAMED_TYPEDEF(n, t) \
52 {{ TAG_NAMESPACE, #n, siphdrtag_class, \
53 (tag_value_t)sip_##t##_class }}
56 #define SIPHDRTAG_TYPEDEF(t) SIPHDRTAG_NAMED_TYPEDEF(t, t)
59 #define SIPSTRTAG_TYPEDEF(t) \
60 {{ TAG_NAMESPACE, #t "_str", sipstrtag_class, \
61 (tag_value_t)sip_##t##_class }}
64 #define SIPMSGTAG_TYPEDEF(t) \
65 {{ TAG_NAMESPACE, #t, sipmsgtag_class, \
66 (tag_value_t)SIP_PROTOCOL_TAG }}
76 #define SIPEXTHDRTAG_TYPEDEF(n, t) \
77 {{ TAG_NAMESPACE, #n, sipexthdrtag_class, \
78 (tag_value_t)sip_##t##_class }}
Sofia-SIP 1.12.11devel -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.