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