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.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Pluggable.cpp b/TAO/tao/Pluggable.cpp
index e1c9c6112c0..29f1c5890a1 100644
--- a/TAO/tao/Pluggable.cpp
+++ b/TAO/tao/Pluggable.cpp
@@ -2,6 +2,7 @@
// $Id$
+
#include "tao/Pluggable.h"
#include "tao/Stub.h"
#include "tao/Environment.h"
@@ -19,6 +20,7 @@
# include "tao/Pluggable.i"
#endif /* __ACE_INLINE__ */
+
ACE_RCSID(tao, Pluggable, "$Id$")
@@ -229,7 +231,7 @@ TAO_Transport::start_request (TAO_ORB_Core *,
void
TAO_Transport::start_locate (TAO_ORB_Core *,
TAO_Target_Specification & /*spec */,
- CORBA::ULong,
+ TAO_Operation_Details & /* */,
TAO_OutputCDR &,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))