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