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