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