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