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