summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
commit475ed1f274432cbe0bb302a95701e7151d7497f5 (patch)
tree5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/TAO_Server_Request.cpp
parent9ffff6fd6ed34044cc2c02224f4fff03f8e35dab (diff)
downloadATCD-475ed1f274432cbe0bb302a95701e7151d7497f5.tar.gz
Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index 18666d56946..448e00e270f 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -383,7 +383,7 @@ TAO_ServerRequest::tao_send_reply (void)
}
void
-TAO_ServerRequest::tao_send_reply_exception (CORBA::Exception &ex)
+TAO_ServerRequest::tao_send_reply_exception (const CORBA::Exception &ex)
{
if (this->response_expected_ && !this->collocated ())
{