#include "ace/Unbounded_Queue.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/Synch.h"
#include "ace/SString.h"
#include "objectid.h"
#include "CORBA_String.h"
Include dependency graph for params.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | TAO_ORB_Parameters |
Parameters that are specific to the ORB. These parameters can be for the client, the server, or for both. = NOTE Some of the functions have inline definitions in the class header below. Please do not move them back to the .i file. cygnus-2.7.2-960126, distributed with Tornado 1.0.1, can't deal with returing a const reference here. It raises an internal compiler error at ace/Svc_Handler.cpp:46, of all places. More... | |
Typedefs | |
typedef ACE_Unbounded_Queue< ACE_CString > | TAO_EndpointSet |
typedef ACE_Unbounded_Queue_Const_Iterator< ACE_CString > | TAO_EndpointSetIterator |
typedef ACE_Hash_Map_Manager_Ex< ACE_CString, ACE_CString, ACE_Hash< ACE_CString >, ACE_Equal_To< ACE_CString >, ACE_Null_Mutex > | TAO_EndpointMap |
|
|
|
|
|
|