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