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