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