Pol  Revision:df37352
clib/progver.h
Go to the documentation of this file.
00001 /*
00002 History
00003 =======
00004 2006/05/24 Shinigami: extended progverstr and buildtagstr upto 64 chars to hold Code names
00005 
00006 Notes
00007 =======
00008 
00009 */
00010 
00011 #ifndef CLIB_PROGVER_H
00012 #define CLIB_PROGVER_H
00013 namespace Pol {
00014     extern char progverstr[64]; // must be assigned
00015     extern char buildtagstr[64]; // must be assigned
00016     extern unsigned int progver; // must be assigned
00017     extern const char compiledate[];
00018     extern const char compiletime[];
00019 }
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines