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