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