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.
34 lines
751 B
34 lines
751 B
/*
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
==================================================
|
|
Copyright 2016.
|
|
Siemens Product Lifecycle Management Software Inc.
|
|
All Rights Reserved.
|
|
==================================================
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
*/
|
|
|
|
/**
|
|
@file
|
|
|
|
LDF Services - Requirements Management Error Codes Declaration
|
|
|
|
*/
|
|
|
|
#ifndef LRM0LISRM_ERRORS_H
|
|
#define LRM0LISRM_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup LRM0LISRM_ERRORS Errors for LDF Services - Requirements Management solution
|
|
@ingroup LRM0LISRM
|
|
@{
|
|
*/
|
|
|
|
#define ATT0ATTRTARGETMGMT_ERROR_BASE EMH_LRM0LISRM_error_base
|
|
|
|
/** @} */
|
|
|
|
#endif
|