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