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