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.
41 lines
1.0 KiB
41 lines
1.0 KiB
/* =================================================================================================
|
|
Copyright (c) 1999,2000,2001,2003 Unigraphics Solutions Inc., An EDS Company
|
|
Unpublished - All rights reserved
|
|
|
|
THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
|
|
COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
|
|
HOLDER.
|
|
====================================================================================================*/
|
|
|
|
/**
|
|
@file
|
|
|
|
Errors for the soa AsBuilt services
|
|
|
|
|
|
*/
|
|
|
|
/** @if HISTORY_SECTION
|
|
====================================================================================================
|
|
$HISTORY$
|
|
==================================================================================================
|
|
@endif */
|
|
|
|
#ifndef SOAASBUILT_ERRORS_H
|
|
#define SOAASBUILT_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup SOAASBUILT_ERRORS TCWS Errors
|
|
@ingroup SOAASBUILT
|
|
@{
|
|
*/
|
|
|
|
/** error */
|
|
|
|
/** @} */
|
|
|
|
#endif
|
|
|