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