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.

86 lines
2.6 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, Cls0MasterNodeDispatch
Filename: Cls0MasterNodeDispatch.hxx
Module: classificationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CLASSIFICATION__CLS0MASTERNODEDISPATCH_HXX
#define TEAMCENTER__CLASSIFICATION__CLS0MASTERNODEDISPATCH_HXX
#include <vector>
#include <Cls0classification/Cls0MasterNode.hxx>
#include <Cls0classification/Cls0MasterNodeDelegate.hxx>
#include <classificationdispatch/Cls0HierarchyNodeDispatch.hxx>
#include <classificationdispatch/initializeclassification.hxx>
#include <classificationdispatch/libclassificationdispatch_exports.h>
namespace Teamcenter
{
namespace Classification
{
class Cls0MasterNodeDispatch;
}
}
namespace Teamcenter
{
namespace Classification
{
class Cls0MasterNodeDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CLASSIFICATIONDISPATCH_API Teamcenter::Classification::Cls0MasterNodeDispatch
: public Teamcenter::Classification::Cls0MasterNodeDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cls0MasterNodeDispatch instance
static Cls0MasterNodeDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Cls0MasterNodeDispatch* m_dispatch;
// Default Constructor
Cls0MasterNodeDispatch();
// Default Destructor
virtual ~Cls0MasterNodeDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Cls0MasterNodeDispatch
Cls0MasterNodeDispatch( const Cls0MasterNodeDispatch& );
// Assignment operator
Cls0MasterNodeDispatch& operator = ( const Cls0MasterNodeDispatch& );
// friend
friend void ::classification::initializeclassificationInternal();
friend void ::classification::initializeclassificationExtenders();
friend class Teamcenter::Classification::Cls0MasterNodeDelegate;
};
#include <classificationdispatch/libclassificationdispatch_undef.h>
#endif // TEAMCENTER__CLASSIFICATION__CLS0MASTERNODEDISPATCH_HXX