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