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

mi18n.h

Go to the documentation of this file.
00001 
00042 #ifndef __MAGIC_MI18N_H__
00043 #define __MAGIC_MI18N_H__
00044 
00045 #ifndef QT
00046 
00047 namespace MagiC {
00048 
00059     inline String i18n (const char* text )
00060     {
00061         return String (text);
00062     }
00063 }
00064 
00065 
00066 #endif
00067 
00068 #endif
00069 

Generated on Thu Feb 10 20:06:41 2005 for LibMagiC by doxygen1.2.18