summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/ServerInterceptorAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server/ServerInterceptorAdapter.h')
-rw-r--r--TAO/tao/PI_Server/ServerInterceptorAdapter.h27
1 files changed, 9 insertions, 18 deletions
diff --git a/TAO/tao/PI_Server/ServerInterceptorAdapter.h b/TAO/tao/PI_Server/ServerInterceptorAdapter.h
index d9d403925c7..47f296a1504 100644
--- a/TAO/tao/PI_Server/ServerInterceptorAdapter.h
+++ b/TAO/tao/PI_Server/ServerInterceptorAdapter.h
@@ -92,8 +92,7 @@ namespace TAO
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
CORBA::ULong nexceptions,
- CORBA::OctetSeq_out oc
- );
+ CORBA::OctetSeq_out oc);
#endif /*TAO_HAS_EXTENDED_FT_INTERCEPTORS*/
/// This method implements the "intermediate" server side
@@ -109,8 +108,7 @@ namespace TAO
size_t nargs,
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
- CORBA::ULong nexceptions
- );
+ CORBA::ULong nexceptions);
/// This method an "intermediate" server side interception point.
void receive_request (
@@ -119,8 +117,7 @@ namespace TAO
size_t nargs,
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
- CORBA::ULong nexceptions
- );
+ CORBA::ULong nexceptions);
/// This method implements one of the "ending" server side
/// interception points.
@@ -130,8 +127,7 @@ namespace TAO
size_t nargs,
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
- CORBA::ULong nexceptions
- );
+ CORBA::ULong nexceptions);
/// This method implements one of the "ending" server side
/// interception points.
@@ -141,8 +137,7 @@ namespace TAO
size_t nargs,
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
- CORBA::ULong nexceptions
- );
+ CORBA::ULong nexceptions);
/// This method implements one of the "ending" server side
/// interception points.
@@ -152,8 +147,7 @@ namespace TAO
size_t nargs,
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
- CORBA::ULong nexceptions
- );
+ CORBA::ULong nexceptions);
//@}
/// Register an interceptor.
@@ -163,20 +157,17 @@ namespace TAO
virtual void add_interceptor (
PortableInterceptor::ServerRequestInterceptor_ptr interceptor,
- const CORBA::PolicyList& policies
- );
+ const CORBA::PolicyList& policies);
virtual void destroy_interceptors (void);
virtual TAO::PICurrent_Impl *allocate_pi_current (void);
- virtual void deallocate_pi_current (
- TAO::PICurrent_Impl *picurrent);
+ virtual void deallocate_pi_current (TAO::PICurrent_Impl *picurrent);
virtual void execute_command (
TAO_ServerRequest &server_request,
- TAO::Upcall_Command &command
- );
+ TAO::Upcall_Command &command);
private: