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
595 B
12 lines
595 B
#include <common/tc_deprecation_macros.h>
|
|
/*
|
|
* This file has been deprecated and the functionality provided
|
|
* by this file has been replaced with BMIDE Extension Points.
|
|
* For more information on extension points, please refer to the
|
|
* BMIDE documentation.
|
|
*/
|
|
/* @deprecated #dispatcher/ets_user_exits.h deprecated in Teamcenter tc2008.*/
|
|
#define TC_include_dispatcher_ets_user_exits_h_deprecated
|
|
TC_DEPRECATED_PREPROCESSOR( "tc2008", TC_include_dispatcher_ets_user_exits_h_deprecated, "" )
|
|
TC_include_dispatcher_ets_user_exits_h_deprecated
|