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