summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_netdb.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-21 12:54:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-21 12:54:52 +0000
commit548c48ae5fc9621dde486d0dfcdfcd3624697bd6 (patch)
tree20f0a3adb468ab646d6572c08c100e3fecdab9ce /ACE/ace/OS_NS_netdb.inl
parentf760dce745948f65d00a557cd1cbc03a9d35200f (diff)
downloadATCD-548c48ae5fc9621dde486d0dfcdfcd3624697bd6.tar.gz
Mon Mar 21 12:48:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/INET_Addr.cpp: * ace/OS_NS_netdb.h: * ace/OS_NS_netdb.inl: * ace/OS_NS_netdb.cpp: * ace/OS_NS_pwd.h: * ace/Ping_Socket.h: * ace/Process.cpp: * ace/ace_wchar.h: * ace/os_include/os_signal.h: * ace/os_include/os_stdio.h: Cleanup, removed lot of old VxWorks code not needed anymore * include/makeinclude/platform_sunos5_common.GNU: Add to the correct make flags
Diffstat (limited to 'ACE/ace/OS_NS_netdb.inl')
-rw-r--r--ACE/ace/OS_NS_netdb.inl16
1 files changed, 0 insertions, 16 deletions
diff --git a/ACE/ace/OS_NS_netdb.inl b/ACE/ace/OS_NS_netdb.inl
index 93d7c17acae..4d574487f1a 100644
--- a/ACE/ace/OS_NS_netdb.inl
+++ b/ACE/ace/OS_NS_netdb.inl
@@ -42,8 +42,6 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-#if !(defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYADDR))
-
ACE_INLINE struct hostent *
ACE_OS::gethostbyaddr (const char *addr, int length, int type)
{
@@ -86,10 +84,6 @@ ACE_OS::gethostbyaddr (const char *addr, int length, int type)
# endif /* !ACE_LACKS_GETHOSTBYADDR */
}
-#endif
-
-#if !(defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYADDR))
-
ACE_INLINE struct hostent *
ACE_OS::gethostbyaddr_r (const char *addr,
int length,
@@ -234,10 +228,6 @@ ACE_OS::gethostbyaddr_r (const char *addr,
# endif /* ACE_LACKS_GETHOSTBYADDR_R */
}
-#endif
-
-#if !(defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYNAME))
-
ACE_INLINE struct hostent *
ACE_OS::gethostbyname (const char *name)
{
@@ -274,10 +264,6 @@ ACE_OS::gethostbyname (const char *name)
# endif /* !ACE_LACKS_GETHOSTBYNAME */
}
-#endif
-
-#if !(defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYNAME))
-
ACE_INLINE struct hostent *
ACE_OS::gethostbyname_r (const char *name,
struct hostent *result,
@@ -425,8 +411,6 @@ ACE_OS::gethostbyname_r (const char *name,
# endif /* defined (ACE_HAS_REENTRANT_FUNCTIONS) */
}
-#endif
-
ACE_INLINE struct hostent *
ACE_OS::getipnodebyaddr (const void *src, size_t len, int family)
{