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.
33 lines
695 B
33 lines
695 B
/*
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
==================================================
|
|
Copyright 2014.
|
|
Siemens Product Lifecycle Management Software Inc.
|
|
All Rights Reserved.
|
|
==================================================
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
*/
|
|
|
|
/**
|
|
@file
|
|
|
|
Lifecycle Interoperability Services for OSLC support Error Codes Declaration
|
|
|
|
*/
|
|
|
|
#ifndef OSL0LISOSLC_ERRORS_H
|
|
#define OSL0LISOSLC_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup OSL0LISOSLC_ERRORS OSL0LISOSLC Errors
|
|
@ingroup OSL0LISOSLC
|
|
@{
|
|
*/
|
|
|
|
#define OSL0LISOSLC_ERROR_BASE EMH_OSL0LISOSLC_error_base
|
|
|
|
/** @} */
|
|
#endif
|