summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-03 18:04:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-03 18:04:52 +0000
commit79b3e9692aacfe66d0db178f414e9825f663556c (patch)
tree4cac203d2381f327fd59a3e5e6f0cb220a5e6b36 /ace/IOStream_T.h
parentaec2030eadb5ad3403756da47dbb81c167827aee (diff)
downloadATCD-79b3e9692aacfe66d0db178f414e9825f663556c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/IOStream_T.h')
-rw-r--r--ace/IOStream_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream_T.h b/ace/IOStream_T.h
index 797162ef113..0510c671946 100644
--- a/ace/IOStream_T.h
+++ b/ace/IOStream_T.h
@@ -143,7 +143,7 @@ public:
#else
virtual int ipfx0(void) { return(iostream::ipfx(0)); }
virtual int ipfx1(void) { return(iostream::ipfx(1)); }
-#endif
+#endif /* __GNUC__ */
virtual int ipfx (int need = 0) { return(iostream::ipfx(need)); }
virtual void isfx (void) { iostream::isfx(); return; }
virtual int opfx (void) { return(iostream::opfx()); }