summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/Orbix/tpr/tpr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-16 00:30:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-16 00:30:16 +0000
commiteb149e5ee8c5ab50b523718cd1d64b0bd362eb8d (patch)
tree1212211db11a5219bd6b8b939280f9cfed404fb5 /TAO/performance-tests/Cubit/Orbix/tpr/tpr.h
parent063d1234fff71d1a0642c01d2e51ce8feff6dd0e (diff)
downloadATCD-eb149e5ee8c5ab50b523718cd1d64b0bd362eb8d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/performance-tests/Cubit/Orbix/tpr/tpr.h')
-rw-r--r--TAO/performance-tests/Cubit/Orbix/tpr/tpr.h12
1 files changed, 12 insertions, 0 deletions
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&);
+};