00001 #ifndef COND_MESSAGELEVEL_H 00002 #define COND_MESSAGELEVEL_H 00003 namespace cond{ 00004 typedef enum{ Error, Warning, Debug, Info } MessageLevel; 00005 } 00006 #endif