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