/* $Id$ */ /*! * %file Mw/Error.h * %brief Error codes */ #ifndef __MW_ERROR_H__ #define __MW_ERROR_H__ #include /*! * %brief Error code enumeration */ enum MwErrorEnum { /*! * %brief No error */ MwEsuccess = 0 }; #endif