[sword-cvs] sword/src/modules/texts/rawgbf rawgbf.cpp,1.9,1.10

sword@www.crosswire.org sword@www.crosswire.org
Thu, 15 Jan 2004 20:42:47 -0700


Update of /cvs/core/sword/src/modules/texts/rawgbf
In directory www:/tmp/cvs-serv22315/src/modules/texts/rawgbf

Modified Files:
	rawgbf.cpp 
Log Message:
WINCE fixes

Index: rawgbf.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/texts/rawgbf/rawgbf.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rawgbf.cpp	1 Oct 2002 19:52:40 -0000	1.9
+++ rawgbf.cpp	16 Jan 2004 03:42:42 -0000	1.10
@@ -56,14 +56,10 @@
 	unsigned short size;
 	VerseKey *key = 0;
 
-#ifndef _WIN32_WCE
-	try {
-#endif
+	SWTRY {
 		key = SWDYNAMIC_CAST(VerseKey, this->key);
-#ifndef _WIN32_WCE
 	}
-	catch ( ... ) {}
-#endif
+	SWCATCH ( ... ) {}
 	if (!key)
 		key = new VerseKey(this->key);