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