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