summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-28 19:30:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-28 19:30:31 +0000
commit26f4998c58a993db308c945e0869634817ad910b (patch)
treebadf657ec4bd953d07536ebfc3e5b5197f7f4475 /ace/IOStream.h
parent163973016aab65b349abdfd5818705b14f0c681f (diff)
downloadATCD-26f4998c58a993db308c945e0869634817ad910b.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index c6f51ec97df..45d08db7830 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -344,9 +344,11 @@ public:
// The converse of the QuotedString put operator.
#endif /* __GNUG__ */
+#if !defined (ACE_LACKS_IOSTREAM_SETGET)
// = Using the macros to provide get/set operators.
ACE_OPERATORG_SET (ACE_IOStream<STREAM>);
ACE_OPERATORP_SET (ACE_IOStream<STREAM>);
+#endif /* ACE_LACKS_IOSTREAM_SETSET */
// = These are handy to have around for overriding.