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