summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 07:13:38 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 07:13:38 +0000
commitc5c5462fbb178b65ab3a2a2a2b3e2a99d5458c9e (patch)
tree4749af403b3bf68a246a903fad2838e6ae8caae4 /examples
parente85a5a82dc29f29b31baefa561263965d1d505c1 (diff)
downloadATCD-c5c5462fbb178b65ab3a2a2a2b3e2a99d5458c9e.tar.gz
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/Threads/task_three.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/Threads/task_three.cpp b/examples/Threads/task_three.cpp
index 4ca4668023d..c0d7ca3c516 100644
--- a/examples/Threads/task_three.cpp
+++ b/examples/Threads/task_three.cpp
@@ -17,22 +17,6 @@
#include "ace/Task.h"
#include "ace/stdcpp.h"
-// Make sure we have fstream
-#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
-# if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
-# include /**/ <fstream>
-
-# if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) && \
- (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB != 0)
- using std::ofstream;
- using std::ios;
-# endif /* ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB */
-
-# else /* ACE_HAS_STANDARD_CPP_LIBRARY */
-# include /**/ <fstream.h>
-# endif /* ACE_HAS_STANDARD_CPP_LIBRARY */
-#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
-
#if defined (ACE_HAS_THREADS)
static ofstream *out_stream = 0;