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