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