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