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