[sword-cvs] sword/include installmgr.h,1.6,1.7

sword@www.crosswire.org sword@www.crosswire.org
Thu, 26 Jun 2003 19:21:07 -0700


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

Modified Files:
	installmgr.h 
Log Message:
	Removed all std::string references from API and
		mostly replaced with SWBuf
	Added int max param to SWBuf::append
	Added some file copy functions to FileMgr
	Moved some more install stuff to installmgr



Index: installmgr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/installmgr.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** installmgr.h	27 Jun 2003 01:41:06 -0000	1.6
--- installmgr.h	27 Jun 2003 02:21:05 -0000	1.7
***************
*** 68,72 ****
  int removeModule(SWMgr *manager, const char *modName);
  int installModule(const char *fromLocation, const char *modName, InstallSource *is);
! int copyFileToSWORDInstall(const char *sourceDir, const char *fName);
  
  
--- 68,72 ----
  int removeModule(SWMgr *manager, const char *modName);
  int installModule(const char *fromLocation, const char *modName, InstallSource *is);
! int copyFileToSWORDInstall(SWMgr *manager, const char *sourceDir, const char *fName);