summaryrefslogtreecommitdiff
path: root/TAO/IIOP/test/Orbix/base_server/tpr.h
blob: 7912a2dc92c28a90812eb4c64e82e22d71add130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "cubit.h"
#include "ace/Service_Config.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#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&);
};