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