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.

85 lines
2.9 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, Adc0ChangeNoticeRevisionDispatch
Filename: Adc0ChangeNoticeRevisionDispatch.hxx
Module: adschangemanagementdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGENOTICEREVISIONDISPATCH_HXX
#define TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGENOTICEREVISIONDISPATCH_HXX
#include <vector>
#include <adschangemanagement/Adc0ChangeNoticeRevision.hxx>
#include <adschangemanagement/Adc0ChangeNoticeRevisionDelegate.hxx>
#include <cmdispatch/ChangeNoticeRevisionDispatch.hxx>
#include <adschangemanagementdispatch/initializeadschangemanagement.hxx>
#include <adschangemanagementdispatch/libadschangemanagementdispatch_exports.h>
namespace Teamcenter
{
namespace adschangemanagement
{
class Adc0ChangeNoticeRevisionDispatch;
}
}
namespace Teamcenter
{
namespace adschangemanagement
{
class Adc0ChangeNoticeRevisionDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class ADSCHANGEMANAGEMENTDISPATCH_API Teamcenter::adschangemanagement::Adc0ChangeNoticeRevisionDispatch
: public Teamcenter::adschangemanagement::Adc0ChangeNoticeRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Adc0ChangeNoticeRevisionDispatch instance
static Adc0ChangeNoticeRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Adc0ChangeNoticeRevisionDispatch* m_dispatch;
// Default Constructor
Adc0ChangeNoticeRevisionDispatch();
// Default Destructor
virtual ~Adc0ChangeNoticeRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Adc0ChangeNoticeRevisionDispatch
Adc0ChangeNoticeRevisionDispatch( const Adc0ChangeNoticeRevisionDispatch& );
// Assignment operator
Adc0ChangeNoticeRevisionDispatch& operator = ( const Adc0ChangeNoticeRevisionDispatch& );
// friend
friend void ::Teamcenter::adschangemanagement::initializeadschangemanagementInternal();
friend void ::Teamcenter::adschangemanagement::initializeadschangemanagementExtenders();
friend class Teamcenter::adschangemanagement::Adc0ChangeNoticeRevisionDelegate;
};
#include <adschangemanagementdispatch/libadschangemanagementdispatch_undef.h>
#endif // TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGENOTICEREVISIONDISPATCH_HXX