summaryrefslogtreecommitdiff
path: root/utilities/diatheke/gbfcgi.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:52 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:52 -0400
commit148bd343f3e7e32d141f66b5b5c9b98b2975b0b3 (patch)
tree31078963b85110d57310759016e60e8d26ccb1e6 /utilities/diatheke/gbfcgi.h
parent8c8aa6b07e595cfac56838b5964ab3e96051f1b2 (diff)
Imported Upstream version 1.5.8
Diffstat (limited to 'utilities/diatheke/gbfcgi.h')
-rw-r--r--utilities/diatheke/gbfcgi.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/utilities/diatheke/gbfcgi.h b/utilities/diatheke/gbfcgi.h
deleted file mode 100644
index 8be1efe..0000000
--- a/utilities/diatheke/gbfcgi.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*-*************************************************************************
- gbfcgi.h - description
- -------------------
- begin : 2001-11-12
- copyright : 2001 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 GBFCGI_H
-#define GBFCGI_H
-
-#include <swbasicfilter.h>
-#include <swbuf.h>
-#include <defs.h>
-
-SWORD_NAMESPACE_START
-
-/** this filter converts GBF text to Diatheke/CGI format
- */
-class SWDLLEXPORT GBFCGI : public SWBasicFilter {
-protected:
- virtual bool handleToken(SWBuf &buf, const char *token, DualStringMap &userData);
-public:
- GBFCGI ();
-};
-
-SWORD_NAMESPACE_END
-#endif