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