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