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