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