summaryrefslogtreecommitdiff
path: root/src/modules/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/tests')
-rw-r--r--src/modules/tests/echomod.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/modules/tests/echomod.cpp b/src/modules/tests/echomod.cpp
index 99b00cd..4de772d 100644
--- a/src/modules/tests/echomod.cpp
+++ b/src/modules/tests/echomod.cpp
@@ -1,9 +1,11 @@
/******************************************************************************
- * echomod.cpp - code for class 'echomod'- a dummy test text module that just
- * echos back the key
*
+ * echomod.cpp - code for class 'EchoMod'- a dummy test text module
+ * that just echos back the key
*
- * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: echomod.cpp 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
@@ -33,7 +35,7 @@ EchoMod::~EchoMod() {
}
-SWBuf &EchoMod::getRawEntryBuf()
+SWBuf &EchoMod::getRawEntryBuf() const
{
static SWBuf retVal;
retVal = *key;