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