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