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