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