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
678 B
34 lines
678 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
|
|
|
|
Branching and Versioning SOA Error Codes Declaration
|
|
|
|
*/
|
|
|
|
#ifndef BHV0SOABRANCHANDVER_ERRORS_H
|
|
#define BHV0SOABRANCHANDVER_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup BHV0SOABRANCHFOUNDATION_ERRORS Errors for the SOA operations of the Branching and Versioning solution
|
|
@ingroup BHV0SOABRANCHFOUNDATION
|
|
@{
|
|
*/
|
|
|
|
/** @} */
|
|
|
|
#endif
|
|
|