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.
79 lines
2.8 KiB
79 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, Att0AttributeDefRevisionDispatch
|
|
Filename: Att0AttributeDefRevisionDispatch.hxx
|
|
Module: att0attrtargetmgmtdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef ATT0ATTRTARGETMGMT__ATT0ATTRIBUTEDEFREVISIONDISPATCH_HXX
|
|
#define ATT0ATTRTARGETMGMT__ATT0ATTRIBUTEDEFREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Att0attrtargetmgmt/Att0AttributeDefRevision.hxx>
|
|
#include <Att0attrtargetmgmt/Att0AttributeDefRevisionDelegate.hxx>
|
|
#include <foundationdispatch/ItemRevisionDispatch.hxx>
|
|
#include <att0attrtargetmgmtdispatch/initializeatt0attrtargetmgmt.hxx>
|
|
|
|
#include <att0attrtargetmgmtdispatch/libatt0attrtargetmgmtdispatch_exports.h>
|
|
|
|
namespace att0attrtargetmgmt
|
|
{
|
|
class Att0AttributeDefRevisionDispatch;
|
|
}
|
|
namespace att0attrtargetmgmt
|
|
{
|
|
class Att0AttributeDefRevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class ATT0ATTRTARGETMGMTDISPATCH_API att0attrtargetmgmt::Att0AttributeDefRevisionDispatch
|
|
: public att0attrtargetmgmt::Att0AttributeDefRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Att0AttributeDefRevisionDispatch instance
|
|
static Att0AttributeDefRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Att0AttributeDefRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Att0AttributeDefRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Att0AttributeDefRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Att0AttributeDefRevisionDispatch
|
|
Att0AttributeDefRevisionDispatch( const Att0AttributeDefRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
Att0AttributeDefRevisionDispatch& operator = ( const Att0AttributeDefRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::att0attrtargetmgmt::initializeatt0attrtargetmgmtInternal();
|
|
friend void ::att0attrtargetmgmt::initializeatt0attrtargetmgmtExtenders();
|
|
friend class att0attrtargetmgmt::Att0AttributeDefRevisionDelegate;
|
|
};
|
|
|
|
#include <att0attrtargetmgmtdispatch/libatt0attrtargetmgmtdispatch_undef.h>
|
|
#endif // ATT0ATTRTARGETMGMT__ATT0ATTRIBUTEDEFREVISIONDISPATCH_HXX
|