[sword-cvs] sword/include gbfhtmlhref.h,1.8,1.9 osishtmlhref.h,1.9,1.10

sword@www.crosswire.org sword@www.crosswire.org
Sat, 27 Mar 2004 12:35:33 -0700


Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv1605/include

Modified Files:
	gbfhtmlhref.h osishtmlhref.h 
Log Message:
mg: rolled back Terry's patch after Troy told me it breaks client apps.
Sorry about the trouble I caused. 

Suggestion: Let us have more clear communication
on sword-devel in future. Public requests should be answered publically.



Index: gbfhtmlhref.h
===================================================================
RCS file: /cvs/core/sword/include/gbfhtmlhref.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gbfhtmlhref.h	27 Mar 2004 11:20:07 -0000	1.8
+++ gbfhtmlhref.h	27 Mar 2004 19:35:30 -0000	1.9
@@ -31,9 +31,8 @@
 protected:
 	class MyUserData : public BasicFilterUserData {
 	public:
-		MyUserData(const SWModule *module, const SWKey *key);//: BasicFilterUserData(module, key) {}
+		MyUserData(const SWModule *module, const SWKey *key) : BasicFilterUserData(module, key) {}
 		bool hasFootnotePreTag;
-		SWBuf version;
 	};
 	virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
 		return new MyUserData(module, key);

Index: osishtmlhref.h
===================================================================
RCS file: /cvs/core/sword/include/osishtmlhref.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- osishtmlhref.h	27 Mar 2004 11:20:07 -0000	1.9
+++ osishtmlhref.h	27 Mar 2004 19:35:30 -0000	1.10
@@ -37,7 +37,6 @@
 		SWBuf lastTransChange;
 		SWBuf w;
 		SWBuf fn;
-		SWBuf version;
 		MyUserData(const SWModule *module, const SWKey *key);
 	};
 	virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {