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