1 #include "Servant_Locator.h"
2 #include "ace/Log_Msg.h"
4 #include "ace/OS_NS_string.h"
6 PortableServer::Servant
7 Servant_Locator::preinvoke (const PortableServer::ObjectId
& /* oid */,
8 PortableServer::POA_ptr
/* poa_ptr */,
10 PortableServer::ServantLocator::Cookie
& /* cookie */)
13 "About to throw forward request exception for target...\n"));
14 // Throw a nil forward.
15 throw PortableServer::ForwardRequest (CORBA::Object::_nil ());
19 Servant_Locator::postinvoke (const PortableServer::ObjectId
&,
20 PortableServer::POA_ptr
,
22 PortableServer::ServantLocator::Cookie
,
23 PortableServer::Servant
)