[sword-cvs] sword/include Makefile.am,1.18,1.19 installmgr.h,1.4,1.5

sword@www.crosswire.org sword@www.crosswire.org
Fri, 30 May 2003 12:22:34 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv9853/include

Modified Files:
	Makefile.am installmgr.h 
Log Message:
Made removeModule use logic from config "AbsoluteDataPath" param.
Made removeModule work correctly with File= entries in .conf


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/include/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.am	30 Apr 2003 20:45:17 -0000	1.18
--- Makefile.am	30 May 2003 19:22:32 -0000	1.19
***************
*** 129,132 ****
--- 129,135 ----
  pkginclude_HEADERS += $(swincludedir)/ztext.h
  pkginclude_HEADERS += $(swincludedir)/zverse.h
+ pkginclude_HEADERS += $(swincludedir)/utilxml.h
+ pkginclude_HEADERS += $(swincludedir)/installmgr.h
+ pkginclude_HEADERS += $(swincludedir)/ftpparse.h
  
  if INSTALLMGR

Index: installmgr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/installmgr.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** installmgr.h	3 Oct 2002 04:26:46 -0000	1.4
--- installmgr.h	30 May 2003 19:22:32 -0000	1.5
***************
*** 8,11 ****
--- 8,12 ----
  SWORD_NAMESPACE_START
  
+ class SWMgr;
  
  // move this include to cpp once struct ftpparse isn't exposed anymore
***************
*** 46,49 ****
--- 47,51 ----
  // instead of ftpparse
  std::vector<struct ftpparse> FTPURLGetDir(void *session, const char *dirurl, bool passive = true);
+ int removeModule(SWMgr *manager, const char *modName);
  
  SWORD_NAMESPACE_END