Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

echomod.cpp

00001 /******************************************************************************
00002  *  echomod.cpp - code for class 'echomod'- a dummy test text module that just
00003  *                echos back the key
00004  */
00005 
00006 #include <echomod.h>
00007 
00008 
00009 EchoMod::EchoMod() : SWText("echomod", "Echos back key")
00010 {
00011 }
00012 
00013 
00014 EchoMod::~EchoMod() {
00015 }
00016 
00017 
00018 EchoMod::operator const char*()
00019 {
00020         return *key;
00021 }

Generated on Thu Jun 20 22:12:58 2002 for The Sword Project by doxygen1.2.15