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
740 B
34 lines
740 B
/*
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
==================================================
|
|
Copyright 2015.
|
|
Siemens Product Lifecycle Management Software Inc.
|
|
All Rights Reserved.
|
|
==================================================
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
*/
|
|
|
|
/**
|
|
@file
|
|
|
|
USER EXIT specific Message definitions.
|
|
|
|
*/
|
|
|
|
#ifndef EDITCONTEXT_USER_EXIT_MSG_H
|
|
#define EDITCONTEXT_USER_EXIT_MSG_H
|
|
|
|
/**
|
|
@defgroup EDITCONTEXT_USER_EXIT_MSG User Exit Messages
|
|
@ingroup USER_EXIT
|
|
@{
|
|
*/
|
|
|
|
/**
|
|
Provides new user exit to generate the new context ID.
|
|
*/
|
|
#define Fnd0EditContext_new_context_id_msg "BMF_Fnd0EditContext_new_context_id"
|
|
/** @} */
|
|
|
|
#endif
|