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