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