diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-16 21:06:42 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-16 21:06:42 +0000 |
commit | b870bfca58ca56076e779d9f83d62cc959c470c1 (patch) | |
tree | a59a6770514b47e959faef30762bd30f133b67cf /ace/Select_Reactor_T.h | |
parent | 45d182b9dd6bf5e12c49146c9f8a0d3b2b2a0d87 (diff) | |
download | ATCD-b870bfca58ca56076e779d9f83d62cc959c470c1.tar.gz |
Disable inlining in Select_Reactor_T temporarily.
Diffstat (limited to 'ace/Select_Reactor_T.h')
-rw-r--r-- | ace/Select_Reactor_T.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h index c5465446b10..d2ccf5f06be 100644 --- a/ace/Select_Reactor_T.h +++ b/ace/Select_Reactor_T.h @@ -590,7 +590,10 @@ private: // Deny access since member-wise won't work... }; -#if defined (__ACE_INLINE__) +// @@ The latest version of SunCC can't grok the code if we put inline +// function here. Therefore, we temporarily disable the code here. +// We shall turn this back on once we know the problem gets fixed. +#if 0 // defined (__ACE_INLINE__) #include "ace/Select_Reactor_T.i" #endif /* __ACE_INLINE__ */ |