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