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