summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-11 21:29:04 +0000
committergthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-11 21:29:04 +0000
commit08cd2bc0925566ba3ecef7730b129d79fa290ff2 (patch)
tree8242d5dcdb047d9dc9eddbbd70d80d03eb6455c9
parentdd86438f85ba04b220f1f11928d8c5c815a5ff4b (diff)
downloadATCD-08cd2bc0925566ba3ecef7730b129d79fa290ff2.tar.gz
#if 0 out the part of catior.cpp that print SCIOP IORs. This will be enabled
when SCTP_0 branch is merged in.
-rw-r--r--TAO/utils/catior/catior.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index 0527c3efa7c..4759ea9ef6d 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -29,6 +29,7 @@
#include "tao/RTCORBA/RTCORBA.h"
#include "tao/iiop_endpoints.h"
+
static CORBA::Boolean
catiiop (char* string
ACE_ENV_ARG_DECL)
@@ -264,12 +265,19 @@ catior (char* str
continue_decoding = cat_iiop_profile (stream);
ACE_DEBUG ((LM_DEBUG, "%}"));
}
+
+// the SCIOR decoding is disabled in the main branch. This will be
+// enabled when SCTP_O branch is merged in.
+// gthaker@atl.lmco.com, Feb 11, 2003.
+#if 0
else if (tag == TAO_TAG_SCIOP_PROFILE)
{
ACE_DEBUG ((LM_DEBUG, "%{"));
continue_decoding = cat_sciop_profile (stream);
ACE_DEBUG ((LM_DEBUG, "%}"));
}
+#endif
+
else if (tag == TAO_TAG_UIOP_PROFILE)
{
ACE_DEBUG ((LM_DEBUG, "%{"));