summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_netdb.h
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.h
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.h')
-rw-r--r--ACE/ace/OS_NS_netdb.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ACE/ace/OS_NS_netdb.h b/ACE/ace/OS_NS_netdb.h
index b7e03936c85..66e5762df6b 100644
--- a/ACE/ace/OS_NS_netdb.h
+++ b/ACE/ace/OS_NS_netdb.h
@@ -38,20 +38,12 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
namespace ACE_OS
{
-#if defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYADDR)
- extern ACE_Export
-#else
ACE_NAMESPACE_INLINE_FUNCTION
-#endif /* ACE_VXWORKS */
struct hostent *gethostbyaddr (const char *addr,
int length,
int type);
-#if defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYADDR)
- extern ACE_Export
-#else
ACE_NAMESPACE_INLINE_FUNCTION
-#endif /* ACE_VXWORKS */
struct hostent *gethostbyaddr_r (const char *addr,
int length,
int type,
@@ -59,18 +51,10 @@ namespace ACE_OS
ACE_HOSTENT_DATA buffer,
int *h_errnop);
-#if defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYNAME)
- extern ACE_Export
-#else
ACE_NAMESPACE_INLINE_FUNCTION
-#endif /* ACE_VXWORKS */
struct hostent *gethostbyname (const char *name);
-#if defined (ACE_VXWORKS) && defined (ACE_LACKS_GETHOSTBYNAME)
- extern ACE_Export
-#else
ACE_NAMESPACE_INLINE_FUNCTION
-#endif /* ACE_VXWORKS */
struct hostent *gethostbyname_r (const char *name,
struct hostent *result,
ACE_HOSTENT_DATA buffer,