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