summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable.cpp')
-rw-r--r--TAO/tao/Pluggable.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Pluggable.cpp b/TAO/tao/Pluggable.cpp
index 07a64104264..4d98bdbb2df 100644
--- a/TAO/tao/Pluggable.cpp
+++ b/TAO/tao/Pluggable.cpp
@@ -11,6 +11,7 @@
#include "tao/debug.h"
#include "ace/ACE.h"
+#include "tao/target_identifier.h"
#if !defined (__ACE_INLINE__)
# include "tao/Pluggable.i"
@@ -217,7 +218,7 @@ TAO_Transport::leader_follower_condition_variable (void)
void
TAO_Transport::start_request (TAO_ORB_Core *,
- TAO_Stub * ,
+ TAO_Target_Specification & /*spec */,
TAO_OutputCDR &,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
@@ -227,8 +228,7 @@ TAO_Transport::start_request (TAO_ORB_Core *,
void
TAO_Transport::start_locate (TAO_ORB_Core *,
- TAO_Stub * /*stub*/,
- const short ,
+ TAO_Target_Specification & /*spec */,
CORBA::ULong,
TAO_OutputCDR &,
CORBA::Environment &ACE_TRY_ENV)