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