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.
78 lines
2.0 KiB
78 lines
2.0 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, ChangeNoticeDelegate
|
|
Filename: ChangeNoticeDelegate.hxx
|
|
Module: cm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CHANGENOTICEDELEGATE_HXX
|
|
#define TEAMCENTER__CHANGENOTICEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cm/ChangeNotice.hxx>
|
|
|
|
#include <cm/libcm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ChangeNoticeDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ChangeNoticeImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ChangeNotice;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ChangeNoticeGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CM_API Teamcenter_alias::ChangeNoticeDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ChangeNoticeDelegate instance
|
|
static ChangeNoticeDelegate& getInstance();
|
|
|
|
// Method to create the ChangeNoticeImpl pointer
|
|
static ChangeNoticeImpl* createImpl( ChangeNotice& ifObj );
|
|
|
|
// Method to delete the ChangeNoticeImpl pointer
|
|
static void deleteImpl( ChangeNoticeImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ChangeNoticeDelegate* m_pInstance;
|
|
|
|
ChangeNoticeDelegate();
|
|
virtual ~ChangeNoticeDelegate();
|
|
static void setInstance( ChangeNoticeDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ChangeNoticeGenImpl;
|
|
|
|
};
|
|
|
|
#include <cm/libcm_undef.h>
|
|
#endif // TEAMCENTER__CHANGENOTICEDELEGATE_HXX
|