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