diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-21 07:55:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-21 07:55:14 +0000 |
commit | 3a0f3da47ea59637115b13533464b50bb70870b5 (patch) | |
tree | 9306728b256890dac409cf25f96db110bfa8c968 | |
parent | 2c91482508f1d0b20052eb714b955bbee3b447ed (diff) | |
download | ATCD-skeleton-refactor.tar.gz |
TAO_Server_Request.cppskeleton-refactor
-rw-r--r-- | TAO/tao/TAO_Server_Request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp index cc7c2c09451..50376438d16 100644 --- a/TAO/tao/TAO_Server_Request.cpp +++ b/TAO/tao/TAO_Server_Request.cpp @@ -117,7 +117,7 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base, parse_error = 0; } -// Constructor used Thru-POA collocation code. +// Constructor used in Thru-POA collocation code. TAO_ServerRequest::TAO_ServerRequest (TAO_ORB_Core * orb_core, TAO_Operation_Details const & details, CORBA::Object_ptr target) |