TAO_RTPortableServer  2.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Variables
RTPortableServer.pidl File Reference

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

#include "tao/PortableServer/PortableServer_include.pidl"
#include "tao/RTCORBA/RTCORBA_include.pidl"

Variables

module RTPortableServer
 

Detailed Description

Pre-compiled IDL source for the RTPortableServer module.

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

Variable Documentation

module RTPortableServer
Initial value:
{
local interface POA : PortableServer::POA
{
Object create_reference_with_priority (in CORBA::RepositoryId intf,
in RTCORBA::Priority priority)
raises (WrongPolicy);
Object create_reference_with_id_and_priority (in PortableServer::ObjectId oid,
in CORBA::RepositoryId intf,
in RTCORBA::Priority priority)
raises (WrongPolicy);
PortableServer::ObjectId activate_object_with_priority (in PortableServer::Servant p_servant,
in RTCORBA::Priority priority)
raises (ServantAlreadyActive, WrongPolicy);
void activate_object_with_id_and_priority (in PortableServer::ObjectId oid,
in PortableServer::Servant p_servant,
in RTCORBA::Priority priority)
raises ( ServantAlreadyActive, ObjectAlreadyActive, WrongPolicy );
}