Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CORBA::ORB_init() in VisiBroker for C++

Status
Not open for further replies.

herolda

Technical User
Jan 13, 2003
1
0
0
IL
How can i initialized properties in
vbroker.agent.xxx
or
vbroker.orb.xxx
format ?
I tried:
const char *ArgumentsValues[] =
{
(char*)"", "-vbroker.orb.cacheDSQuery", "false"
}

m_orb = CORBA::ORB_init( nArguments, (char **)ArgumentsValues);
Is there any refernece to a valid list of initialization properties for Corba4.5 C++ version?

But no good.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top