summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_21/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_21/client.cpp')
-rw-r--r--TAO/examples/Advanced/ch_21/client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/Advanced/ch_21/client.cpp b/TAO/examples/Advanced/ch_21/client.cpp
index f07fd00a9f2..ec0563841ca 100644
--- a/TAO/examples/Advanced/ch_21/client.cpp
+++ b/TAO/examples/Advanced/ch_21/client.cpp
@@ -25,6 +25,8 @@ using namespace std;
// This inserter may or may not be needed for your ORB.
#if !defined (GEN_OSTREAM_OPS)
+#if 0
+
static ostream &
operator<<(ostream & os, const CORBA::Exception & e)
{
@@ -40,6 +42,8 @@ operator<<(ostream & os, const CORBA::Exception & e)
return os;
}
+#endif
+
//----------------------------------------------------------------
// Show the details for a thermometer or thermostat.