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.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, Mdl0AttachAttrGroupDispatch
Filename: Mdl0AttachAttrGroupDispatch.hxx
Module: aps0apscoredispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDISPATCH_HXX
#define TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDISPATCH_HXX
#include <vector>
#include <aps0apscore/Mdl0AttachAttrGroup.hxx>
#include <aps0apscore/Mdl0AttachAttrGroupDelegate.hxx>
#include <aps0apscoredispatch/Mdl0CopyStableRelationDispatch.hxx>
#include <aps0apscoredispatch/initializeaps0apscore.hxx>
#include <aps0apscoredispatch/libaps0apscoredispatch_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0AttachAttrGroupDispatch;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0AttachAttrGroupDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class APS0APSCOREDISPATCH_API Teamcenter::AppModel::Mdl0AttachAttrGroupDispatch
: public Teamcenter::AppModel::Mdl0AttachAttrGroupDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0AttachAttrGroupDispatch instance
static Mdl0AttachAttrGroupDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Mdl0AttachAttrGroupDispatch* m_dispatch;
// Default Constructor
Mdl0AttachAttrGroupDispatch();
// Default Destructor
virtual ~Mdl0AttachAttrGroupDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Mdl0AttachAttrGroupDispatch
Mdl0AttachAttrGroupDispatch( const Mdl0AttachAttrGroupDispatch& );
// Assignment operator
Mdl0AttachAttrGroupDispatch& operator = ( const Mdl0AttachAttrGroupDispatch& );
// friend
friend void ::aps0apscore::initializeaps0apscoreInternal();
friend void ::aps0apscore::initializeaps0apscoreExtenders();
friend class Teamcenter::AppModel::Mdl0AttachAttrGroupDelegate;
};
#include <aps0apscoredispatch/libaps0apscoredispatch_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDISPATCH_HXX