summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-13 20:00:16 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-13 20:00:16 +0000
commit6f2f1b51ca24a7e53b1483e18e9723f4cfc037ed (patch)
tree2fce526408ef9f264e20f9207eb46eaa8e542e62 /TAO/tao/TAO_Server_Request.cpp
parentfacefca48813ec7086d6044da21f17c710d52700 (diff)
downloadATCD-6f2f1b51ca24a7e53b1483e18e9723f4cfc037ed.tar.gz
ChangeLogTag: Sun Jan 13 13:02:41 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
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 ebb0b7a28a9..e418bcaafb5 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -111,7 +111,7 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
, rs_pi_current_ ()
#endif /* TAO_HAS_INTERCEPTORS == 1 */
{
- profile_.object_key (object_key);
+ this->profile_.object_key (object_key);
parse_error = 0;
}