//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, MroRevisionRuleDelegate Filename: MroRevisionRuleDelegate.hxx Module: mrocore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MROCORE__MROREVISIONRULEDELEGATE_HXX #define TEAMCENTER__MROCORE__MROREVISIONRULEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mrocore { class MroRevisionRuleDelegate; } } namespace Teamcenter { namespace mrocore { class MroRevisionRuleImpl; } } namespace Teamcenter { namespace mrocore { class MroRevisionRule; } } namespace Teamcenter { namespace mrocore { class MroRevisionRuleGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MROCORE_API Teamcenter_alias::mrocore::MroRevisionRuleDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the MroRevisionRuleDelegate instance static MroRevisionRuleDelegate& getInstance(); // Method to create the MroRevisionRuleImpl pointer static MroRevisionRuleImpl* createImpl( MroRevisionRule& ifObj ); // Method to delete the MroRevisionRuleImpl pointer static void deleteImpl( MroRevisionRuleImpl* impl ); protected: // Pointer to the instance static MroRevisionRuleDelegate* m_pInstance; MroRevisionRuleDelegate(); virtual ~MroRevisionRuleDelegate(); static void setInstance( MroRevisionRuleDelegate* instance ); private: friend class ::Teamcenter::mrocore::MroRevisionRuleGenImpl; }; #include #endif // TEAMCENTER__MROCORE__MROREVISIONRULEDELEGATE_HXX