From 148bd343f3e7e32d141f66b5b5c9b98b2975b0b3 Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Sat, 29 Mar 2014 10:53:52 -0400 Subject: Imported Upstream version 1.5.8 --- utilities/diatheke/osiscgi.h | 48 -------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 utilities/diatheke/osiscgi.h (limited to 'utilities/diatheke/osiscgi.h') diff --git a/utilities/diatheke/osiscgi.h b/utilities/diatheke/osiscgi.h deleted file mode 100644 index c6c6411..0000000 --- a/utilities/diatheke/osiscgi.h +++ /dev/null @@ -1,48 +0,0 @@ -/*************************************************************************** - osiscgi.h - OSIS to Diatheke/CGI format - ------------------- - begin : 2003-10-21 - copyright : 2003 by CrossWire Bible Society - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - -#ifndef OSISCGI_H -#define OSISCGI_H - -#include - -#include - -SWORD_NAMESPACE_START - -/** this filter converts OSIS text to Diatheke/CGI format - */ -class SWDLLEXPORT OSISCGI : public SWBasicFilter { -private: -protected: - class MyUserData : public BasicFilterUserData { - public: - bool osisQToTick; - bool inBold; - SWBuf w; - SWBuf fn; - MyUserData(const SWModule *module, const SWKey *key); - }; - virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) { - return new MyUserData(module, key); - } - virtual bool handleToken(SWBuf &buf, const char *token, BasicFilterUserData *userData); -public: - OSISCGI(); -}; - -SWORD_NAMESPACE_END -#endif -- cgit v1.2.3