summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/Orbix/tpr/tpr.h
blob: b5e8be94cf11411e25b6e2cbc213afc745e8dfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
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&);
};