1 #include "tao/Request_Dispatcher.h"
2 #include "tao/TAO_Server_Request.h"
3 #include "tao/ORB_Core.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 TAO_Request_Dispatcher::~TAO_Request_Dispatcher ()
12 TAO_Request_Dispatcher::dispatch (TAO_ORB_Core
*orb_core
,
13 TAO_ServerRequest
&request
,
14 CORBA::Object_out forward_to
)
16 // Dispatch based on object key
17 orb_core
->adapter_registry ().dispatch (request
.object_key (),
22 TAO_END_VERSIONED_NAMESPACE_DECL