TAO_PortableServer  2.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
ServantLocator.pidl File Reference

Pre-compiled IDL source for the PortableServer module. More...

#include "tao/orb_types.pidl"
#include "tao/PortableServer/PS_Forward.pidl"
#include "tao/PortableServer/ServantManager.pidl"
#include "tao/PortableServer/ForwardRequest.pidl"

Variables

module PortableServer
 FUZZ: disable check_for_include/.
 

Detailed Description

Pre-compiled IDL source for the PortableServer module.

Id:
ServantLocator.pidl 92104 2010-09-30 09:53:25Z johnnyw

Variable Documentation

module PortableServer
Initial value:
{
local interface ServantLocator : ServantManager
{
native Cookie;
Servant preinvoke (in ObjectId oid,
in POA adapter,
in CORBA::Identifier operation,
out Cookie the_cookie)
raises (ForwardRequest);
void postinvoke (in ObjectId oid,
in POA adapter,
in CORBA::Identifier operation,
in Cookie the_cookie,
in Servant the_servant);
}

FUZZ: disable check_for_include/.