|
reSIProcate/stack
9694
|
#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netdb.h>#include <stdio.h>#include <errno.h>#include "rutil/Socket.hxx"#include "resip/stack/Symbols.hxx"#include "resip/stack/Uri.hxx"#include "rutil/Data.hxx"#include "rutil/Logger.hxx"#include "rutil/ParseBuffer.hxx"#include "Resolver.hxx"
Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM resip::Subsystem::SIP |
Definition at line 25 of file Resolver.cxx.
1.7.5.1