summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 03:31:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 03:31:06 +0000
commit7607a44aff9f0c1219c0498ff4dbfcff98f20e01 (patch)
treee37551ab3368803b89214f3c56aaa4099ad1e5ff /ace/OS.h
parent1c77bf589a8a96c3c8fc80a36750f52050ae9263 (diff)
downloadATCD-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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/OS.h b/ace/OS.h
index cc9a76d379d..f5a8cdbfb72 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -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