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