[sword-cvs] sword/bindings/corba swordorb.idl,1.2,1.3
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 4 May 2003 01:09:22 -0700
Update of /usr/local/cvsroot/sword/bindings/corba
In directory www:/tmp/cvs-serv15195/bindings/corba
Modified Files:
swordorb.idl
Log Message:
Index: swordorb.idl
===================================================================
RCS file: /usr/local/cvsroot/sword/bindings/corba/swordorb.idl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** swordorb.idl 4 May 2003 01:03:00 -0000 1.2
--- swordorb.idl 4 May 2003 08:09:20 -0000 1.3
***************
*** 68,71 ****
--- 68,72 ----
StringList getGlobalOptionValuesIterator(in string option);
void setCipherKey(in string modName, in string key);
+ void terminate();
};