|
reSIProcate/stack
9694
|
#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netinet/in.h>#include <arpa/nameser.h>#include <resolv.h>#include <netdb.h>#include "rutil/Logger.hxx"#include "rutil/DnsUtil.hxx"#include "resip/stack/TransportSelector.hxx"#include "resip/stack/DnsResult.hxx"#include "resip/stack/SipMessage.hxx"#include "resip/stack/StatelessHandler.hxx"#include "resip/stack/TransactionController.hxx"#include "resip/stack/TransportFailure.hxx"#include "rutil/WinLeakCheck.hxx"
Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::TRANSACTION |
| #define RESIPROCATE_SUBSYSTEM Subsystem::TRANSACTION |
Definition at line 39 of file StatelessHandler.cxx.
1.7.5.1