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