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