[sword-cvs] sword/bindings/corba swordorb.idl,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Thu, 28 Aug 2003 23:00:18 -0700


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

Modified Files:
	swordorb.idl 
Log Message:
	Abstracted the search interface from SWModule
	Added experimental implementation of fast
		search framework to zText using
		clucene



Index: swordorb.idl
===================================================================
RCS file: /usr/local/cvsroot/sword/bindings/corba/swordorb.idl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- swordorb.idl	22 Aug 2003 15:14:02 -0000	1.7
+++ swordorb.idl	29 Aug 2003 06:00:16 -0000	1.8
@@ -46,28 +46,11 @@
 	string getConfigEntry(in string key);
 };
 
-//-----------------------------------------------------------------
-// modmap methods
-//
-/*
-interface ModListIterator {
-	boolean next();
-	SWModule val();
-};
-*/
 
 //-----------------------------------------------------------------
 // SWMgr methods
 //
 interface SWMgr {
-//	SWHANDLE SWDLLEXPORT SWMgr_new();
-		// SWConfig *, SWConfig *, bool, SWFilterMgr *
-//	SWHANDLE SWDLLEXPORT SWMgr_newEx(SWHANDLE hiconfig, SWHANDLE hisysconfig, char autoload, SWHANDLE hfilterMgr);
-//	void     SWDLLEXPORT SWMgr_delete(SWHANDLE hmgr);
-
-//	SWHANDLE SWDLLEXPORT SWMgr_getConfig(SWHANDLE hmgr);
-
-//	ModListIterator getModListIterator();
 	ModInfoList getModInfoList();
 	SWModule getModuleByName(in string name);
 	string getPrefixPath();