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