summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Local_Servant_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Local_Servant_Base.h')
-rw-r--r--TAO/tao/PortableServer/Local_Servant_Base.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/Local_Servant_Base.h b/TAO/tao/PortableServer/Local_Servant_Base.h
index d4cc2342b5f..50931390395 100644
--- a/TAO/tao/PortableServer/Local_Servant_Base.h
+++ b/TAO/tao/PortableServer/Local_Servant_Base.h
@@ -46,9 +46,7 @@ protected:
TAO_Stub *_create_stub (void);
/// Throws CORBA::BAD_OPERATION exception.
- void _dispatch (TAO_ServerRequest &request,
- void *servant_upcall
- );
+ void _dispatch (TAO_ServerRequest &request, void *servant_upcall);
};
TAO_END_VERSIONED_NAMESPACE_DECL