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.2 KiB
41 lines
1.2 KiB
/* =================================================================================================
|
|
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 <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup SOACONFIGURATION_ERRORS TCWS Errors
|
|
@ingroup SOACONFIGURATION
|
|
@{
|
|
*/
|
|
|
|
/** Where Used Services */
|
|
#define SOACONFIGURATION_invalid_object_tag (EMH_SOACONFIGURATION_error_base + 0)
|
|
|
|
/** @} */
|
|
|
|
#endif
|
|
|