/* ================================================================================================= Copyright (c) 2009 Siemens PLM Software. 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 configuration services */ /** @if HISTORY_SECTION ==================================================================================================== 02-Feb-2009 Aniemsh sinha Error codes for SOACONFIGURATION $HISTORY$ ================================================================================================== @endif */ #ifndef SOACONFIGURATION_ERRORS_H #define SOACONFIGURATION_ERRORS_H #include /** @defgroup SOACONFIGURATION_ERRORS TCWS Errors @ingroup SOACONFIGURATION @{ */ /** Where Used Services */ #define SOACONFIGURATION_invalid_object_tag (EMH_SOACONFIGURATION_error_base + 0) /** @} */ #endif