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