summaryrefslogtreecommitdiff
path: root/include/echomod.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
commit7a00574163029c0c2b649878c95d5acbd083564a (patch)
treec13cc5736025834df2874ed87ee8598070025ea6 /include/echomod.h
parentb745315323de9f27538edac9453205ca70e6186e (diff)
Imported Upstream version 1.7.2+dfsg
Diffstat (limited to 'include/echomod.h')
-rw-r--r--include/echomod.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/echomod.h b/include/echomod.h
index c3873b4..978a3eb 100644
--- a/include/echomod.h
+++ b/include/echomod.h
@@ -1,10 +1,11 @@
/******************************************************************************
- * echomod.h - code for class 'EchoMod' - a test module that just echo back
- * text of key.
*
- * $Id: echomod.h 1864 2005-11-20 06:06:40Z scribe $
+ * echomod.h - code for class 'EchoMod' - a test module that just echo back
+ * text of key.
*
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: echomod.h 2833 2013-06-29 06:40:28Z chrislit $
+ *
+ * Copyright 1996-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -34,7 +35,7 @@ class SWDLLEXPORT EchoMod : public SWText
public:
EchoMod();
virtual ~EchoMod();
- virtual SWBuf &getRawEntryBuf();
+ virtual SWBuf &getRawEntryBuf() const;
};
SWORD_NAMESPACE_END