00001 /* 00002 * Copyright 1999-2006 by Codemesh, Inc. ALL RIGHTS RESERVED. 00003 */ 00004 #ifndef xmog_typeinfo_inc 00005 #define xmog_typeinfo_inc 00006 00007 00008 #if (XMOG_SUPPORTS_TYPEINFO==1 || XMOG_SUPPORTS_TYPEINFO_H==0) 00009 # include <typeinfo> 00010 #else 00011 # include <typeinfo.h> 00012 #endif 00013 00014 00015 #endif
1.4.1