Go to the source code of this file.
Namespaces | |
namespace | SOAPBridge |
Compounds | |
class | AnyInterface |
class | CorbaSoap |
Class implementing all the basic routines for converting SOAP to CORBA and vice versa. More... | |
class | DOM_Holder |
Just holds a DOM_H for auto-release. More... | |
class | ParList_Holder |
Just holds a SCParamList for auto-release. More... | |
class | SOAPBridge_SOAPCall_i |
Class implementing IDL interface SOAPBridge::SOAPCall. More... | |
class | SOAPBridge_TypeConversions_impl |
IDL:SOAPBridge/TypeConversions:1.0. More... | |
Variables | |
CORBA::ORB_ptr | orb |
DynamicAny::DynAnyFactory_var | dynFact |
Global DynAnyFactory. More... | |
IRPLUS_H | irplusHandle |
IRPlus pointer. More... | |
CORBA::String_var | ObjCtxMan_SIOR |
IOR of the ObjectContextManager. More... | |
JTCMonitor* | p_struct_tm_monitor |
For using localtime() and gmtime() in threads. More... |
Definition in file sbimpl.h.
|
IOR of the ObjectContextManager.
|
|
Global DynAnyFactory.
|
|
IRPlus pointer.
|
|
|
|
For using localtime() and gmtime() in threads. As localtime() and gmtime() can be unsafe in threads, we sync access to them. |