[omniORB] callTimeOutPeriod()

Andreas Eglseer - Entwicklung andreas.eglseer@lisec.com
Fri, 12 Jan 2001 15:44:55 +0100


Hey,

is it possible to change the callTimeOutPeriod at Runtime e.g:

	callTimeOutPeriod(omniORB::clientSide,100);
	 .... // CORBA function call
	callTimeOutPeriod(omniORB::clientSide,500);
            .... // CORBA function call
I'm using omniORB 3.02 on aix and red hat 6.2 & 7.0
with a Jacorb ( Java Client ) running on win98
 
Thank's for your help

Andreas