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