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

Go to the source code of this file.

Classes

class  resip::Auth
 Represents the "credentials" and "challenge" elements in the SIP grammar. 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_ref_ignored)

Define Documentation

#define defineParam (   _enum,
  _name,
  _type,
  _RFC_ref_ignored 
)
Value:
_enum##_Param::DType& param(const _enum##_Param& paramType); \
      const _enum##_Param::DType& param(const _enum##_Param& paramType) const; \
      friend class _enum##_Param

Definition at line 49 of file Auth.hxx.