reSIProcate/stack  9694
Classes | Namespaces | Defines
ParameterTypeEnums.hxx File Reference
#include "rutil/Data.hxx"
Include dependency graph for ParameterTypeEnums.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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

Note:
defineParam is hence defined differently in different header files some of which use the other parameters that are passed as well.

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.