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