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