summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Invocation.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-12 08:57:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-12 08:57:55 +0000
commit89cdcc3cda27b8615449f01d7f1e9190734cce54 (patch)
tree61369590e2f8aeedce2c5a66d1110e7af9d6db09 /TAO/tao/Remote_Invocation.cpp
parentc060defb6cd92a1fd02a65496c88c652b56c19af (diff)
downloadATCD-89cdcc3cda27b8615449f01d7f1e9190734cce54.tar.gz
Mon Nov 12 08:54:21 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Remote_Invocation.cpp')
-rw-r--r--TAO/tao/Remote_Invocation.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/Remote_Invocation.cpp b/TAO/tao/Remote_Invocation.cpp
index 8659724739e..87c5e625f9d 100644
--- a/TAO/tao/Remote_Invocation.cpp
+++ b/TAO/tao/Remote_Invocation.cpp
@@ -99,9 +99,11 @@ namespace TAO
}
void
- Remote_Invocation::write_header (TAO_Target_Specification &spec,
- TAO_OutputCDR &out_stream)
+ Remote_Invocation::write_header (TAO_OutputCDR &out_stream)
{
+ TAO_Target_Specification spec;
+ this->init_target_spec (spec);
+
this->resolver_.transport ()->clear_translators (0, &out_stream);
// Send the request for the header
@@ -142,7 +144,7 @@ namespace TAO
if (nph != 0)
{
// nph = 0, means DiffServ library is not used
- // nph = 0, means DiffServ library is used, and
+ // nph = 0, means DiffServ library is used, and
// request DSCP and reply DSCP are set.
// Note that the application could still be using
// RTCORBA, but still setting DIffServ codepoints