[sword-cvs] sword/bindings/corba swordorb.idl,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Sat, 3 May 2003 18:03:02 -0700


Update of /usr/local/cvsroot/sword/bindings/corba
In directory www:/tmp/cvs-serv30176/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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** swordorb.idl	2 May 2003 10:36:38 -0000	1.1
--- swordorb.idl	4 May 2003 01:03:00 -0000	1.2
***************
*** 10,13 ****
--- 10,20 ----
  typedef sequence<string> StringList;
  
+ struct ModInfo {
+ 	string name;
+ 	string type;
+ 	string lang;
+ };
+ 
+ typedef sequence<ModInfo> ModInfoList;
  //-----------------------------------------------------------------
  // SWModule methods
***************
*** 32,40 ****
  // modmap methods
  //
  interface ModListIterator {
  	boolean next();
  	SWModule val();
  };
! 
  
  //-----------------------------------------------------------------
--- 39,48 ----
  // modmap methods
  //
+ /*
  interface ModListIterator {
  	boolean next();
  	SWModule val();
  };
! */
  
  //-----------------------------------------------------------------
***************
*** 49,53 ****
  //	SWHANDLE SWDLLEXPORT SWMgr_getConfig(SWHANDLE hmgr);
  
! 	ModListIterator getModListIterator();
  	SWModule getModuleByName(in string name);
  	string getPrefixPath();
--- 57,62 ----
  //	SWHANDLE SWDLLEXPORT SWMgr_getConfig(SWHANDLE hmgr);
  
! //	ModListIterator getModListIterator();
! 	ModInfoList getModInfoList();
  	SWModule getModuleByName(in string name);
  	string getPrefixPath();