CppUnit project page CppUnit home page

translate.h

Go to the documentation of this file.
00001 #ifndef CPPUT_TRANSLATE_H_INCLUDED
00002 # define CPPUT_TRANSLATE_H_INCLUDED
00003 
00004 # include <cpput/config.h>
00005 # include <cpptl/conststring.h>
00006 
00007 
00008 namespace CppUT {
00009 
00011 inline std::string CPPUT_API translate( const char *message )
00012 {
00013    return message;
00014 }
00015 
00016 
00017 } // namespace CppUT
00018 
00019 
00020 #endif // CPPUT_TRANSLATE_H_INCLUDED

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers