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