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