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