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

ImplRepoC.h File Reference

#include "ace/config-all.h"
#include "portableserver_export.h"
#include "tao/ORB.h"
#include "tao/SystemException.h"
#include "tao/Environment.h"
#include "tao/Object.h"
#include "tao/Sequence_T.h"
#include "tao/Objref_VarOut_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/VarOut_T.h"

Include dependency graph for ImplRepoC.h:

Include dependency graph

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

Included by dependency graph

Namespaces

namespace  TAO
namespace  ImplementationRepository

Classes

interface  ImplementationRepository::ServerObject
 Server Side IR Object. More...
exception  ImplementationRepository::AlreadyRegistered
 Object already bound in the Implementation Repository. More...
exception  ImplementationRepository::CannotActivate
 The server could not be restarted. More...
exception  ImplementationRepository::NotFound
 Object not found in the Implementation Repository. More...
struct  ImplementationRepository::EnvironmentVariable
 One environment variable/value pair. More...
class  ImplementationRepository::EnvironmentList
struct  ImplementationRepository::StartupOptions
 Options used to start up the server. More...
struct  ImplementationRepository::ServerInformation
class  ImplementationRepository::ServerInformationList
interface  ImplementationRepository::ServerInformationIterator
 The Server Information Iterator Interface. More...
interface  ImplementationRepository::Administration
 The Implementation Repository Administration Interface. More...
struct  TAO::Objref_Traits< ::ImplementationRepository::ServerObject >
struct  TAO::Objref_Traits< ::ImplementationRepository::ServerInformationIterator >
struct  TAO::Objref_Traits< ::ImplementationRepository::Administration >

Defines

#define TAO_EXPORT_MACRO   TAO_PortableServer_Export
#define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT__VAR_OUT_CH_
#define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT_CH_
#define _IMPLEMENTATIONREPOSITORY_ALREADYREGISTERED_CH_
#define _IMPLEMENTATIONREPOSITORY_CANNOTACTIVATE_CH_
#define _IMPLEMENTATIONREPOSITORY_NOTFOUND_CH_
#define _IMPLEMENTATIONREPOSITORY_ENVIRONMENTLIST_CH_
#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONLIST_CH_
#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__VAR_OUT_CH_
#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR_CH_
#define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION__VAR_OUT_CH_
#define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION_CH_
#define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT__TRAITS_CH_
#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__TRAITS_CH_
#define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION__TRAITS_CH_

Typedefs

typedef ServerObject * ServerObject_ptr
typedef TAO_Objref_Var_T<
ServerObject > 
ServerObject_var
typedef TAO_Objref_Out_T<
ServerObject > 
ServerObject_out
typedef TAO_Var_Var_T< EnvironmentVariable > EnvironmentVariable_var
typedef TAO_Out_T< EnvironmentVariable,
EnvironmentVariable_var
EnvironmentVariable_out
typedef TAO_VarSeq_Var_T<
EnvironmentList, EnvironmentVariable > 
EnvironmentList_var
typedef TAO_Seq_Out_T< EnvironmentList,
EnvironmentList_var, EnvironmentVariable > 
EnvironmentList_out
typedef ActivationModeActivationMode_out
typedef TAO_Var_Var_T< StartupOptions > StartupOptions_var
typedef TAO_Out_T< StartupOptions,
StartupOptions_var
StartupOptions_out
typedef TAO_Var_Var_T< ServerInformation > ServerInformation_var
typedef TAO_Out_T< ServerInformation,
ServerInformation_var
ServerInformation_out
typedef TAO_VarSeq_Var_T<
ServerInformationList, ServerInformation > 
ServerInformationList_var
typedef TAO_Seq_Out_T< ServerInformationList,
ServerInformationList_var,
ServerInformation > 
ServerInformationList_out
typedef ServerInformationIterator * ServerInformationIterator_ptr
typedef TAO_Objref_Var_T<
ServerInformationIterator > 
ServerInformationIterator_var
typedef TAO_Objref_Out_T<
ServerInformationIterator > 
ServerInformationIterator_out
typedef Administration * Administration_ptr
typedef TAO_Objref_Var_T<
Administration > 
Administration_var
typedef TAO_Objref_Out_T<
Administration > 
Administration_out

Enumerations

enum  ActivationMode { NORMAL, MANUAL, PER_CLIENT, AUTO_START }

Functions

TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ServerObject_ptr)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ServerObject_ptr *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::ServerObject_ptr &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::AlreadyRegistered &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::AlreadyRegistered *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::AlreadyRegistered *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::AlreadyRegistered *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::CannotActivate &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::CannotActivate *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::CannotActivate *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::CannotActivate *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::NotFound &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::NotFound *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::NotFound *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::NotFound *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::EnvironmentVariable &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::EnvironmentVariable *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::EnvironmentVariable *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::EnvironmentVariable *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::EnvironmentList &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::EnvironmentList *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::EnvironmentList *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::EnvironmentList *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ActivationMode)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::ActivationMode &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::StartupOptions &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::StartupOptions *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::StartupOptions *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::StartupOptions *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::ServerInformation &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ServerInformation *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::ServerInformation *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::ServerInformation *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, const ImplementationRepository::ServerInformationList &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ServerInformationList *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::ServerInformationList *&)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, const ImplementationRepository::ServerInformationList *&)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ServerInformationIterator_ptr)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::ServerInformationIterator_ptr *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::ServerInformationIterator_ptr &)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::Administration_ptr)
TAO_PortableServer_Export void operator<<= (CORBA::Any &, ImplementationRepository::Administration_ptr *)
TAO_PortableServer_Export
CORBA::Boolean 
operator>>= (const CORBA::Any &, ImplementationRepository::Administration_ptr &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::ServerObject_ptr)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::ServerObject_ptr &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::AlreadyRegistered &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::AlreadyRegistered &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::CannotActivate &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::CannotActivate &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::NotFound &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::NotFound &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::EnvironmentVariable &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::EnvironmentVariable &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::EnvironmentList &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::EnvironmentList &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::ActivationMode &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::ActivationMode &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::StartupOptions &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::StartupOptions &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::ServerInformation &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::ServerInformation &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::ServerInformationList &)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::ServerInformationList &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::ServerInformationIterator_ptr)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::ServerInformationIterator_ptr &)
TAO_PortableServer_Export
CORBA::Boolean 
operator<< (TAO_OutputCDR &, const ImplementationRepository::Administration_ptr)
TAO_PortableServer_Export
CORBA::Boolean 
operator>> (TAO_InputCDR &, ImplementationRepository::Administration_ptr &)

Variables

TAO_PortableServer_Export
TAO::Collocation_Proxy_Broker *(* 
ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_function_pointer )(CORBA::Object_ptr obj)
TAO_PortableServer_Export
TAO::Collocation_Proxy_Broker *(* 
ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_function_pointer )(CORBA::Object_ptr obj)
TAO_PortableServer_Export
TAO::Collocation_Proxy_Broker *(* 
ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_function_pointer )(CORBA::Object_ptr obj)

Define Documentation

#define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION__TRAITS_CH_
 

#define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION__VAR_OUT_CH_
 

#define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION_CH_
 

#define _IMPLEMENTATIONREPOSITORY_ALREADYREGISTERED_CH_
 

#define _IMPLEMENTATIONREPOSITORY_CANNOTACTIVATE_CH_
 

#define _IMPLEMENTATIONREPOSITORY_ENVIRONMENTLIST_CH_
 

#define _IMPLEMENTATIONREPOSITORY_NOTFOUND_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__TRAITS_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__VAR_OUT_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONLIST_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT__TRAITS_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT__VAR_OUT_CH_
 

#define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT_CH_
 

#define TAO_EXPORT_MACRO   TAO_PortableServer_Export
 


Typedef Documentation

typedef ActivationMode& ImplementationRepository::ActivationMode_out
 

typedef TAO_Objref_Out_T< Administration > ImplementationRepository::Administration_out
 

typedef Administration* ImplementationRepository::Administration_ptr
 

typedef TAO_Objref_Var_T< Administration > ImplementationRepository::Administration_var
 

typedef TAO_Seq_Out_T< EnvironmentList, EnvironmentList_var, EnvironmentVariable > ImplementationRepository::EnvironmentList_out
 

typedef TAO_VarSeq_Var_T< EnvironmentList, EnvironmentVariable > ImplementationRepository::EnvironmentList_var
 

typedef TAO_Out_T< EnvironmentVariable, EnvironmentVariable_var > ImplementationRepository::EnvironmentVariable_out
 

typedef TAO_Var_Var_T< EnvironmentVariable > ImplementationRepository::EnvironmentVariable_var
 

typedef TAO_Out_T< ServerInformation, ServerInformation_var > ImplementationRepository::ServerInformation_out
 

typedef TAO_Var_Var_T< ServerInformation > ImplementationRepository::ServerInformation_var
 

typedef TAO_Objref_Out_T< ServerInformationIterator > ImplementationRepository::ServerInformationIterator_out
 

typedef ServerInformationIterator* ImplementationRepository::ServerInformationIterator_ptr
 

typedef TAO_Objref_Var_T< ServerInformationIterator > ImplementationRepository::ServerInformationIterator_var
 

typedef TAO_Seq_Out_T< ServerInformationList, ServerInformationList_var, ServerInformation > ImplementationRepository::ServerInformationList_out
 

typedef TAO_VarSeq_Var_T< ServerInformationList, ServerInformation > ImplementationRepository::ServerInformationList_var
 

typedef TAO_Objref_Out_T< ServerObject > ImplementationRepository::ServerObject_out
 

typedef ServerObject* ImplementationRepository::ServerObject_ptr
 

typedef TAO_Objref_Var_T< ServerObject > ImplementationRepository::ServerObject_var
 

typedef TAO_Out_T< StartupOptions, StartupOptions_var > ImplementationRepository::StartupOptions_out
 

typedef TAO_Var_Var_T< StartupOptions > ImplementationRepository::StartupOptions_var
 


Enumeration Type Documentation

enum ActivationMode
 

Enumeration values:
NORMAL 
MANUAL 
PER_CLIENT 
AUTO_START 


Function Documentation

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::Administration_ptr 
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::ServerInformationIterator_ptr 
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::ServerInformationList
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::ServerInformation
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::StartupOptions
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::ActivationMode
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::EnvironmentList
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::EnvironmentVariable
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::NotFound
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::CannotActivate
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::AlreadyRegistered
 

TAO_PortableServer_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const ImplementationRepository::ServerObject_ptr 
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::Administration_ptr
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::Administration_ptr 
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ServerInformationIterator_ptr
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ServerInformationIterator_ptr 
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ServerInformationList
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::ServerInformationList
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ServerInformation
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::ServerInformation
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::StartupOptions
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::StartupOptions
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ActivationMode 
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::EnvironmentList
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::EnvironmentList
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::EnvironmentVariable
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::EnvironmentVariable
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::NotFound
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::NotFound
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::CannotActivate
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::CannotActivate
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::AlreadyRegistered
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
const ImplementationRepository::AlreadyRegistered
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ServerObject_ptr
 

TAO_PortableServer_Export void operator<<= CORBA::Any ,
ImplementationRepository::ServerObject_ptr 
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::Administration_ptr
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::ServerInformationIterator_ptr
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::ServerInformationList
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::ServerInformation
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::StartupOptions
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::ActivationMode
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::EnvironmentList
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::EnvironmentVariable
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::NotFound
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::CannotActivate
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::AlreadyRegistered
 

TAO_PortableServer_Export CORBA::Boolean operator>> TAO_InputCDR ,
ImplementationRepository::ServerObject_ptr
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::Administration_ptr
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::ServerInformationIterator_ptr
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::ServerInformationList *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::ServerInformationList *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::ServerInformation *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::ServerInformation *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::StartupOptions *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::StartupOptions *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::ActivationMode
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::EnvironmentList *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::EnvironmentList *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::EnvironmentVariable *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::EnvironmentVariable *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::NotFound *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::NotFound *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::CannotActivate *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::CannotActivate *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
const ImplementationRepository::AlreadyRegistered *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::AlreadyRegistered *& 
 

TAO_PortableServer_Export CORBA::Boolean operator>>= const CORBA::Any ,
ImplementationRepository::ServerObject_ptr
 


Variable Documentation

TAO_PortableServer_Export TAO::Collocation_Proxy_Broker*(* ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_function_pointer)(CORBA::Object_ptr obj)
 

TAO_PortableServer_Export TAO::Collocation_Proxy_Broker*(* ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_function_pointer)(CORBA::Object_ptr obj)
 

TAO_PortableServer_Export TAO::Collocation_Proxy_Broker*(* ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_function_pointer)(CORBA::Object_ptr obj)
 


Generated on Fri Dec 31 15:39:52 2004 for TAO_PortableServer by  doxygen 1.3.9.1