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