From eb149e5ee8c5ab50b523718cd1d64b0bd362eb8d Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 16 Sep 1998 00:30:16 +0000 Subject: *** empty log message *** --- TAO/performance-tests/Cubit/Orbix/tpr/tpr.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TAO/performance-tests/Cubit/Orbix/tpr/tpr.h (limited to 'TAO/performance-tests/Cubit/Orbix/tpr/tpr.h') diff --git a/TAO/performance-tests/Cubit/Orbix/tpr/tpr.h b/TAO/performance-tests/Cubit/Orbix/tpr/tpr.h new file mode 100644 index 00000000000..b5e8be94cf1 --- /dev/null +++ b/TAO/performance-tests/Cubit/Orbix/tpr/tpr.h @@ -0,0 +1,12 @@ +// $Id$ + +#include "cubit.h" +#include "ace/Service_Config.h" +#include "ace/Thread_Manager.h" + +// +// Create a thread filter to dispatch incoming calls +// +class tpr_filter : public CORBA::ThreadFilter { + virtual int inRequestPreMarshal(CORBA::Request &, CORBA::Environment&); +}; -- cgit v1.2.1