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