Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

main.cpp File Reference

More...

#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...

JTCMonitorp_struct_tm_monitor
 For using localtime() and gmtime() in threads. More...


Detailed Description

Definition in file main.cpp.


Function Documentation

int main ( int argc,
char * argv[] )
 

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.

Definition at line 57 of file main.cpp.


Variable Documentation

CORBA::String_var ObjCtxMan_SIOR
 

IOR of the ObjectContextManager.

Definition at line 47 of file main.cpp.

DynamicAny::DynAnyFactory_var dynFact
 

Global DynAnyFactory.

Definition at line 41 of file main.cpp.

IRPLUS_H irplusHandle
 

IRPlus pointer.

Definition at line 44 of file main.cpp.

CORBA::ORB_ptr orb
 

Global orb pointer.

Definition at line 38 of file main.cpp.

JTCMonitor* p_struct_tm_monitor
 

For using localtime() and gmtime() in threads.

As localtime() and gmtime() can be unsafe in threads, we sync access to them.

Definition at line 54 of file main.cpp.


This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.