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.
12 lines
624 B
12 lines
624 B
#include <common/tc_deprecation_macros.h>
|
|
/*
|
|
* This file has been deprecated and its contents moved into the
|
|
* new file, dispatcher_errors.h. Please use the new Dispatcher
|
|
* header file instead.
|
|
*/
|
|
/* @deprecated #dispatcher/ets_errors.h deprecated in Teamcenter tc2008. Use #dispatcher/dispatcher_errors.h instead. */
|
|
#define TC_include_dispatcher_ets_errors_h_deprecated
|
|
TC_DEPRECATED_PREPROCESSOR( "tc2008", TC_include_dispatcher_ets_errors_h_deprecated, "dispatcher/dispatcher_errors.h" )
|
|
TC_include_dispatcher_ets_errors_h_deprecated
|
|
#include <dispatcher/dispatcher_errors.h>
|