/*============================================================================== Copyright (c) 2007 UGS Corporation Unpublished - All Rights Reserved ==============================================================================*/ /** @file Meta errors */ /* */ #ifndef META_ERRORS_H #define META_ERRORS_H #include #include /** Unknown internal error in Meta */ #define META_unknown EMH_META_error_base + 0 #include #endif