//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, Mdl0ManagedAttrGroupDispatch Filename: Mdl0ManagedAttrGroupDispatch.hxx Module: appmodeldispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPMODEL__MDL0MANAGEDATTRGROUPDISPATCH_HXX #define TEAMCENTER__APPMODEL__MDL0MANAGEDATTRGROUPDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace AppModel { class Mdl0ManagedAttrGroupDispatch; } } namespace Teamcenter { namespace AppModel { class Mdl0ManagedAttrGroupDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class APPMODELDISPATCH_API Teamcenter::AppModel::Mdl0ManagedAttrGroupDispatch : public Teamcenter::AppModel::Mdl0ManagedAttrGroupDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdl0ManagedAttrGroupDispatch instance static Mdl0ManagedAttrGroupDispatch& getInstance(); private: // Pointer to the dispatch instance static Mdl0ManagedAttrGroupDispatch* m_dispatch; // Default Constructor Mdl0ManagedAttrGroupDispatch(); // Default Destructor virtual ~Mdl0ManagedAttrGroupDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Mdl0ManagedAttrGroupDispatch Mdl0ManagedAttrGroupDispatch( const Mdl0ManagedAttrGroupDispatch& ); // Assignment operator Mdl0ManagedAttrGroupDispatch& operator = ( const Mdl0ManagedAttrGroupDispatch& ); // friend friend void ::Teamcenter::AppModel::initializeappmodelInternal(); friend void ::Teamcenter::AppModel::initializeappmodelExtenders(); friend class Teamcenter::AppModel::Mdl0ManagedAttrGroupDelegate; }; #include #endif // TEAMCENTER__APPMODEL__MDL0MANAGEDATTRGROUPDISPATCH_HXX