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