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