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