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