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