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