[sword-cvs] sword/include installmgr.h,1.9,1.10 untgz.h,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Mon, 7 Jul 2003 07:16:27 -0700


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

Modified Files:
	installmgr.h untgz.h 
Log Message:
Added InstallMgr basic feature for remote source installation


Index: installmgr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/installmgr.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** installmgr.h	7 Jul 2003 02:50:05 -0000	1.9
--- installmgr.h	7 Jul 2003 14:16:25 -0000	1.10
***************
*** 36,40 ****
  	SWMgr *mgr;
  public:
! 	InstallSource(const char *confEnt, const char *type);
  	virtual ~InstallSource();
  	SWBuf getConfEnt() {
--- 36,40 ----
  	SWMgr *mgr;
  public:
! 	InstallSource(const char *type, const char *confEnt = 0);
  	virtual ~InstallSource();
  	SWBuf getConfEnt() {
***************
*** 48,52 ****
  	void *userData;
  	SWMgr *getMgr();
! 	void flush() { if (mgr) delete mgr; mgr = 0; }
  };
  
--- 48,52 ----
  	void *userData;
  	SWMgr *getMgr();
! 	void flush();
  };
  

Index: untgz.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/untgz.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** untgz.h	23 Mar 2001 09:00:15 -0000	1.1
--- untgz.h	7 Jul 2003 14:16:25 -0000	1.2
***************
*** 7,9 ****
  int untar(gzFile in, const char *dest);
  
! #endif
\ No newline at end of file
--- 7,10 ----
  int untar(gzFile in, const char *dest);
  
! #endif
!