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