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