[sword-cvs] sword/bindings/corba swordorb.idl,1.3,1.4

sword@www.crosswire.org sword@www.crosswire.org
Mon, 5 May 2003 20:27:58 -0700


Update of /usr/local/cvsroot/sword/bindings/corba
In directory www:/tmp/cvs-serv2027/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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** swordorb.idl	4 May 2003 08:09:20 -0000	1.3
--- swordorb.idl	6 May 2003 03:27:55 -0000	1.4
***************
*** 20,25 ****
--- 20,33 ----
  // SWModule methods
  
+ 	enum SearchType {
+ 		REGEX,
+ 		PHRASE,
+ 		MULTIWORD
+ 	};
+ 
+ 
  interface SWModule {
  	void   terminateSearch();
+ 	StringList search(in string istr, in SearchType searchType, in long flags, in string scope);
  	char   error();
  	long  getEntrySize();
***************
*** 65,70 ****
  	string getGlobalOption(in string option);
  	string getGlobalOptionTip(in string option);
! 	StringList getGlobalOptionsIterator();
! 	StringList getGlobalOptionValuesIterator(in string option);
  	void     setCipherKey(in string modName, in string key);
  	void     terminate();
--- 73,78 ----
  	string getGlobalOption(in string option);
  	string getGlobalOptionTip(in string option);
! 	StringList getGlobalOptions();
! 	StringList getGlobalOptionValues(in string option);
  	void     setCipherKey(in string modName, in string key);
  	void     terminate();