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
775 B
34 lines
775 B
/*
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
==================================================
|
|
Copyright 2017.
|
|
Siemens Product Lifecycle Management Software Inc.
|
|
All Rights Reserved.
|
|
==================================================
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
*/
|
|
|
|
/**
|
|
@file
|
|
|
|
Linked Data Framework For Change Management Integration Error Codes Declaration
|
|
|
|
*/
|
|
|
|
#ifndef LCM0LISRM_ERRORS_H
|
|
#define LCM0LISRM_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup LCM0LISCM_ERRORS Errors for Linked Data Framework For Change Management Integration solution
|
|
@ingroup LCM0LISCM
|
|
@{
|
|
*/
|
|
|
|
#define LCM0LISCM_ERROR_BASE EMH_LCM0LISCM_error_base
|
|
|
|
/** @} */
|
|
|
|
#endif
|