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