You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
569 B
26 lines
569 B
/*==============================================================================
|
|
Copyright (c) 2007 UGS Corporation
|
|
Unpublished - All Rights Reserved
|
|
==============================================================================*/
|
|
|
|
/**
|
|
@file
|
|
|
|
Meta errors
|
|
*/
|
|
|
|
/* */
|
|
|
|
#ifndef META_ERRORS_H
|
|
#define META_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
#include <meta/libmeta_exports.h>
|
|
|
|
/** Unknown internal error in Meta */
|
|
#define META_unknown EMH_META_error_base + 0
|
|
|
|
|
|
#include <meta/libmeta_undef.h>
|
|
#endif
|