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