//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 #include #include #include #include #include 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 #endif // TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDISPATCH_HXX