18 #ifndef _LOG4CXX_HELPER_INETADDRESS_H 19 #define _LOG4CXX_HELPER_INETADDRESS_H 22 #pragma warning ( push ) 23 #pragma warning ( disable: 4231 4251 4275 4786 ) 62 static InetAddressList getAllByName(
const LogString& host);
66 static InetAddressPtr getByName(
const LogString& host);
78 static InetAddressPtr getLocalHost();
84 static InetAddressPtr anyAddress();
100 #pragma warning ( pop ) 104 #endif // _LOG4CXX_HELPER_INETADDRESS_H #define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136
LOG4CXX_LIST_DEF(ByteList, unsigned char)
base class for java-like objects.
Definition: object.h:101
Definition: inetaddress.h:37
Definition: inetaddress.h:50
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66
The class Exception and its subclasses indicate conditions that a reasonable application might want t...
Definition: exception.h:37