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