#ifndef MAILCORE_MCERRORMESSAGE_H #define MAILCORE_MCERRORMESSAGE_H #include namespace mailcore { String * errorMessageWithErrorCode(ErrorCode errorCode); } #endif