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

nullim.cpp

00001 #include <nullim.h>
00002 
00003 
00004 NullIM::NullIM() {
00005 }
00006 
00007 int *NullIM::translate(char ch) {
00008         static int retVal[1];
00009         *retVal = ch;
00010         return retVal;
00011 }

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