summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Vector_SArgument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Vector_SArgument_T.cpp')
-rw-r--r--TAO/tao/PortableServer/Vector_SArgument_T.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Vector_SArgument_T.cpp b/TAO/tao/PortableServer/Vector_SArgument_T.cpp
index c813f99ed9e..b429071c296 100644
--- a/TAO/tao/PortableServer/Vector_SArgument_T.cpp
+++ b/TAO/tao/PortableServer/Vector_SArgument_T.cpp
@@ -25,8 +25,7 @@ template<typename S,
template <typename> class Insert_Policy>
void
TAO::In_Vector_SArgument_T<S,Insert_Policy>::interceptor_value (
- CORBA::Any *any
- ) const
+ CORBA::Any *any) const
{
Insert_Policy<S>::any_insert (any, this->x_);
}
@@ -57,8 +56,7 @@ template<typename S,
template <typename> class Insert_Policy>
void
TAO::Inout_Vector_SArgument_T<S,Insert_Policy>::interceptor_value (
- CORBA::Any *any
- ) const
+ CORBA::Any *any) const
{
Insert_Policy<S>::any_insert (any, this->x_);
}