summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-22 04:05:54 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-22 04:05:54 +0000
commitaa44169f06e51ae9292b9af4bc972b555ff38e5e (patch)
treed880c443ad8630445fe84dc1edb257706575a052 /TAO/tao/TAO_Server_Request.cpp
parent8e2011d369e9a87ea86e25b3f5279d3c9bf288a1 (diff)
downloadATCD-aa44169f06e51ae9292b9af4bc972b555ff38e5e.tar.gz
ChangeLogTag:Mon Oct 21 22:45:02 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index c4b8c4a7759..2dd24445b54 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -278,7 +278,7 @@ TAO_ServerRequest::tao_send_reply_exception (CORBA::Exception &ex)
// Create a new output CDR stream
-# if 0
+#if 0
#if defined(ACE_HAS_PURIFY)
// Only inititialize the buffer if we're compiling with Purify.
// Otherwise, there is no real need to do so, especially since
@@ -288,8 +288,6 @@ TAO_ServerRequest::tao_send_reply_exception (CORBA::Exception &ex)
#else
char repbuf[ACE_CDR::DEFAULT_BUFSIZE];
#endif /* ACE_HAS_PURIFY */
-#endif /*if 0*/
- /*
TAO_OutputCDR output (repbuf,
sizeof repbuf,
TAO_ENCAP_BYTE_ORDER,
@@ -301,6 +299,7 @@ TAO_ServerRequest::tao_send_reply_exception (CORBA::Exception &ex)
TAO_DEF_GIOP_MINOR,
this->orb_core_->to_iso8859 (),
this->orb_core_->to_unicode ());*/
+#endif /* 0 */
// Make the reply message
if (this->mesg_base_->generate_exception_reply (*this->outgoing_,