Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PortableServer.pidl File Reference

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

import "Policy_Forward.pidl";
import "OctetSeq.pidl";
import "orb_types.pidl";
import "tao/PortableServer/PS_Forward.pidl";
import "tao/PortableServer/IdAssignmentPolicy.pidl";
import "tao/PortableServer/IdUniquenessPolicy.pidl";
import "tao/PortableServer/ImplicitActivationPolicy.pidl";
import "tao/PortableServer/LifespanPolicy.pidl";
import "tao/PortableServer/RequestProcessingPolicy.pidl";
import "tao/PortableServer/ServantRetentionPolicy.pidl";
import "tao/PortableServer/ThreadPolicy.pidl";

Include dependency graph for PortableServer.pidl:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  PortableServer

Classes

interface  PortableServer::POA
exception  PortableServer::POA::AdapterAlreadyExists
exception  PortableServer::POA::AdapterNonExistent
exception  PortableServer::POA::InvalidPolicy
exception  PortableServer::POA::NoServant
exception  PortableServer::POA::ObjectAlreadyActive
exception  PortableServer::POA::ObjectNotActive
exception  PortableServer::POA::ServantAlreadyActive
exception  PortableServer::POA::ServantNotActive
exception  PortableServer::POA::WrongAdapter
exception  PortableServer::POA::WrongPolicy

Typedefs

typedef sequence< POA > POAList

Variables

const CORBA::PolicyType THREAD_POLICY_ID = 16
const CORBA::PolicyType LIFESPAN_POLICY_ID = 17
const CORBA::PolicyType ID_UNIQUENESS_POLICY_ID = 18
const CORBA::PolicyType ID_ASSIGNMENT_POLICY_ID = 19
const CORBA::PolicyType IMPLICIT_ACTIVATION_POLICY_ID = 20
const CORBA::PolicyType SERVANT_RETENTION_POLICY_ID = 21
const CORBA::PolicyType REQUEST_PROCESSING_POLICY_ID = 22

Detailed Description

Pre-compiled IDL source for the PortableServer module.

Id
PortableServer.pidl,v 1.20 2005/04/11 14:56:28 jwillemsen Exp

This file was used to generate the code in PortableServerC.{h,inl,cpp}, using the following command:

tao_idl.exe \ -o orig -Sci -Gp -Gd -Ge 1 -Sc -GA -I/export/web/users/isisbuilds/tmp/ACE_wrappers/TAO -Wb,export_macro=TAO_PortableServer_Export \ -Wb,export_include="portableserver_export.h" \ -Wb,pre_include="ace/pre.h" \ -Wb,post_include="ace/post.h" \ PortableServer.pidl

After the file is generated a patch from the diffs directory must be applied. The patch:

Apply patches using the following command:

patch < diffs/PortableServer.diff

Note: The diffs were generated using:

rm diffs/PortableServer.diff for i in PortableServerC.{h,i,cpp}; do diff -wub orig/$i $i >> diffs/PortableServer.diff done


Typedef Documentation

typedef sequence<POA> PortableServer::POAList
 


Variable Documentation

const CORBA::PolicyType PortableServer::ID_ASSIGNMENT_POLICY_ID = 19
 

const CORBA::PolicyType PortableServer::ID_UNIQUENESS_POLICY_ID = 18
 

const CORBA::PolicyType PortableServer::IMPLICIT_ACTIVATION_POLICY_ID = 20
 

const CORBA::PolicyType PortableServer::LIFESPAN_POLICY_ID = 17
 

const CORBA::PolicyType PortableServer::REQUEST_PROCESSING_POLICY_ID = 22
 

const CORBA::PolicyType PortableServer::SERVANT_RETENTION_POLICY_ID = 21
 

const CORBA::PolicyType PortableServer::THREAD_POLICY_ID = 16
 


Generated on Sat Aug 6 03:22:49 2005 for TAO_PortableServer by  doxygen 1.3.9.1