/* $Id$ */ #ifndef __MW_ERROR_H__ #define __MW_ERROR_H__ #include enum MwErrorEnum { MwEsuccess = 0 }; #endif