#include <iostream.h>
#include <OB/CORBA.h>
#include <OB/CosNaming.h>
#include "BridgeStub.h"
#include "Parser.h"
#include "StdAfx.h"
#include "SoapCorba.h"
#include "DbObjects.h"
#include "ReadIR.h"
#include "SoapBridge.h"
#include "SoapBridge_skel.h"
#include <sys/timeb.h>
#include "sbimpl.h"
Go to the source code of this file.
Functions | |
int | main (int argn, char *argv[]) |
Start things up. More... | |
Variables | |
CORBA::ORB_ptr | orb |
Global orb pointer. More... | |
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 main.cpp.
|
Start things up. This is a helper CORBA service to allow SOAP client to obtain a reference to a CORBA object that does not conform to the standard naming convention used by the SoapBridge. |
|
IOR of the ObjectContextManager.
|
|
Global DynAnyFactory.
|
|
IRPlus pointer.
|
|
Global orb pointer.
|
|
For using localtime() and gmtime() in threads. As localtime() and gmtime() can be unsafe in threads, we sync access to them. |