summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_3/server.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-13 11:49:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-13 11:49:51 +0000
commitd8bc7418305325bfbc6fcd7486ebf3871d622224 (patch)
tree0e84b1704cde4bbe675a2526d733a0d08acdf488 /TAO/examples/Advanced/ch_3/server.cpp
parent01fc346d302b742cb60ff4ff1fee44922e191976 (diff)
downloadATCD-d8bc7418305325bfbc6fcd7486ebf3871d622224.tar.gz
ChangeLogTag: Tue Sep 13 11:43:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/examples/Advanced/ch_3/server.cpp')
-rw-r--r--TAO/examples/Advanced/ch_3/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/examples/Advanced/ch_3/server.cpp b/TAO/examples/Advanced/ch_3/server.cpp
index 4a34a815d35..fb8fbd74601 100644
--- a/TAO/examples/Advanced/ch_3/server.cpp
+++ b/TAO/examples/Advanced/ch_3/server.cpp
@@ -19,10 +19,8 @@
//
// ============================================================================
-#include <iostream>
#include "server.h"
-
-using namespace std;
+#include <ace/streams.h>
// The following headers are #included automatically by ACE+TAO.
// Therefore, they don't need to be included explicitly.