|
reSIProcate/stack
9694
|
#include "rutil/Data.hxx"

Go to the source code of this file.
Classes | |
| class | resip::ParameterTypes |
| This is one of the places where new parameter types must be defined. More... | |
Namespaces | |
| namespace | resip |
SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser. | |
Defines | |
| #define | defineParam(_enum, _name, _type, _rfc) _enum |
| local definition for this file, translates the defineParams to simply enums using the first parameter passed to the defineParam | |
| #define | UNUSED_defineParam(_enum, _name, _type, _rfc) SAVE##_enum, _enum = UNKNOWN, RESET##enum = SAVE##_enum-1 |
| unused as of nov 12th, 2007 | |
| #define defineParam | ( | _enum, | |
| _name, | |||
| _type, | |||
| _rfc | |||
| ) | _enum |
local definition for this file, translates the defineParams to simply enums using the first parameter passed to the defineParam
Definition at line 13 of file ParameterTypeEnums.hxx.
| #define UNUSED_defineParam | ( | _enum, | |
| _name, | |||
| _type, | |||
| _rfc | |||
| ) | SAVE##_enum, _enum = UNKNOWN, RESET##enum = SAVE##_enum-1 |
unused as of nov 12th, 2007
Definition at line 18 of file ParameterTypeEnums.hxx.
1.7.5.1