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