[sword-cvs] sword/bindings/corba swordorb.idl,1.5,1.6

sword@www.crosswire.org sword@www.crosswire.org
Mon, 18 Aug 2003 10:32:55 -0700


Update of /usr/local/cvsroot/sword/bindings/corba
In directory www:/tmp/cvs-serv12750/bindings/corba

Modified Files:
	swordorb.idl 
Log Message:
Added testConnection to ORB and use this in the java client to assure
if ORB service dies for a session, that it is restarted seamlessly.


Index: swordorb.idl
===================================================================
RCS file: /usr/local/cvsroot/sword/bindings/corba/swordorb.idl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- swordorb.idl	7 May 2003 23:07:42 -0000	1.5
+++ swordorb.idl	18 Aug 2003 17:32:52 -0000	1.6
@@ -77,6 +77,7 @@
 	StringList getGlobalOptionValues(in string option);
 	void     setCipherKey(in string modName, in string key);
 	void     terminate();
+	boolean testConnection();
 
 };