From 7a00574163029c0c2b649878c95d5acbd083564a Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Mon, 12 May 2014 08:21:30 -0400 Subject: Imported Upstream version 1.7.2+dfsg --- src/modules/tests/echomod.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/modules/tests/echomod.cpp') 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; -- cgit v1.2.3