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