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