summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/IO.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-25 07:19:47 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-25 07:19:47 +0000
commitf91aea100313eacbed353caf396dbaab2bacf232 (patch)
tree15fb95fc0e5c162ab1df2934c088a14473d757f7 /apps/JAWS/server/IO.cpp
parent08897bbde2542dba139f268d8beb98bf1f498af8 (diff)
downloadATCD-f91aea100313eacbed353caf396dbaab2bacf232.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/JAWS/server/IO.cpp')
-rw-r--r--apps/JAWS/server/IO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/JAWS/server/IO.cpp b/apps/JAWS/server/IO.cpp
index b58cdf3d13b..6c3fce10433 100644
--- a/apps/JAWS/server/IO.cpp
+++ b/apps/JAWS/server/IO.cpp
@@ -105,7 +105,7 @@ JAWS_Synch_IO::transmit_file (const char *filename,
if (result == ACE_Filecache_Handle::SUCCESS)
{
-#if 0
+#if defined (ACE_JAWS_BASELINE)
ACE_SOCK_Stream stream;
stream.set_handle (this->handle_);
@@ -143,7 +143,7 @@ JAWS_Synch_IO::transmit_file (const char *filename,
result = -1;
else
this->handler_->transmit_file_complete ();
-#endif
+#endif /* ACE_JAWS_BASELINE */
}
if (result != ACE_Filecache_Handle::SUCCESS)