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.8 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, Ads0CustomNoteRevisionDispatch
Filename: Ads0CustomNoteRevisionDispatch.hxx
Module: adsfoundationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ADSFOUNDATION__ADS0CUSTOMNOTEREVISIONDISPATCH_HXX
#define TEAMCENTER__ADSFOUNDATION__ADS0CUSTOMNOTEREVISIONDISPATCH_HXX
#include <vector>
#include <adsfoundation/Ads0CustomNoteRevision.hxx>
#include <adsfoundation/Ads0CustomNoteRevisionDelegate.hxx>
#include <foundationdispatch/Fnd0CustomNoteRevisionDispatch.hxx>
#include <adsfoundationdispatch/initializeadsfoundation.hxx>
#include <adsfoundationdispatch/libadsfoundationdispatch_exports.h>
namespace Teamcenter
{
namespace adsfoundation
{
class Ads0CustomNoteRevisionDispatch;
}
}
namespace Teamcenter
{
namespace adsfoundation
{
class Ads0CustomNoteRevisionDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class ADSFOUNDATIONDISPATCH_API Teamcenter::adsfoundation::Ads0CustomNoteRevisionDispatch
: public Teamcenter::adsfoundation::Ads0CustomNoteRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ads0CustomNoteRevisionDispatch instance
static Ads0CustomNoteRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Ads0CustomNoteRevisionDispatch* m_dispatch;
// Default Constructor
Ads0CustomNoteRevisionDispatch();
// Default Destructor
virtual ~Ads0CustomNoteRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Ads0CustomNoteRevisionDispatch
Ads0CustomNoteRevisionDispatch( const Ads0CustomNoteRevisionDispatch& );
// Assignment operator
Ads0CustomNoteRevisionDispatch& operator = ( const Ads0CustomNoteRevisionDispatch& );
// friend
friend void ::Teamcenter::adsfoundation::initializeadsfoundationInternal();
friend void ::Teamcenter::adsfoundation::initializeadsfoundationExtenders();
friend class Teamcenter::adsfoundation::Ads0CustomNoteRevisionDelegate;
};
#include <adsfoundationdispatch/libadsfoundationdispatch_undef.h>
#endif // TEAMCENTER__ADSFOUNDATION__ADS0CUSTOMNOTEREVISIONDISPATCH_HXX