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