ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Fnd0SoaUiConfig
soauiconfig_errors.h
Go to the documentation of this file.
1
/* Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
==================================================
3
Copyright $2014.
4
Siemens Product Lifecycle Management Software Inc.
5
All Rights Reserved.
6
==================================================
7
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved. */
8
18
#ifndef SOAUICONFIG_ERRORS_H
19
#define SOAUICONFIG_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
32
#define SOA_UICONFIG_no_client_scope_uri_for_client (EMH_SOAUICONFIG_error_base + 1 )
33
37
#define SOA_UICONFIG_invalid_scope_param (EMH_SOAUICONFIG_error_base + 2 )
38
40
#endif
41