diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-18 03:31:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-18 03:31:06 +0000 |
commit | 7607a44aff9f0c1219c0498ff4dbfcff98f20e01 (patch) | |
tree | e37551ab3368803b89214f3c56aaa4099ad1e5ff /ace/OS.h | |
parent | 1c77bf589a8a96c3c8fc80a36750f52050ae9263 (diff) | |
download | ATCD-7607a44aff9f0c1219c0498ff4dbfcff98f20e01.tar.gz |
ChangeLogTag: Fri Dec 17 21:29:19 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -696,7 +696,7 @@ private: # define ACE_MIN(x,y) (((y)>(x))?(x):(y)) // Keep the compiler from complaining about parameters which are not used. -# if defined (ghs) || defined (__GNUC__) || defined (__hpux) || defined (__sgi) || defined (DEC_CXX) || defined (__KCC) || defined (__rational__) || (__USLC__) +# if defined (ghs) || defined (__GNUC__) || defined (__hpux) || defined (__sgi) || defined (__DECCXX) || defined (__KCC) || defined (__rational__) || (__USLC__) // Some compilers complain about "statement with no effect" with (a). // This eliminates the warnings, and no code is generated for the null // conditional statement. NOTE: that may only be true if -O is enabled, @@ -706,7 +706,7 @@ private: # define ACE_UNUSED_ARG(a) (a) # endif /* ghs */ -# if defined (__sgi) || defined (ghs) || defined (DEC_CXX) || defined(__BORLANDC__) || defined (__KCC) +# if defined (__sgi) || defined (ghs) || defined (__DECCXX) || defined(__BORLANDC__) || defined (__KCC) # define ACE_NOTREACHED(a) # else /* ! defined . . . */ # define ACE_NOTREACHED(a) a @@ -5332,11 +5332,11 @@ public: // = Get/set the provider specific information. iovec provider_specific (void) const; void provider_specific (const iovec &ps); - + #if defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0) #else private: - + ACE_Flow_Spec sending_flowspec_; ACE_Flow_Spec receiving_flowspec_; #endif |