//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, Cba0LOFProxyDelegate Filename: Cba0LOFProxyDelegate.hxx Module: cba @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__CBA0LOFPROXYDELEGATE_HXX #define TEAMCENTER__CBA__CBA0LOFPROXYDELEGATE_HXX #include #include #include namespace Teamcenter { namespace cba { class Cba0LOFProxyDelegate; } } namespace Teamcenter { namespace cba { class Cba0LOFProxyImpl; } } namespace Teamcenter { namespace cba { class Cba0LOFProxy; } } namespace Teamcenter { namespace cba { class Cba0LOFProxyGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CBA_API Teamcenter_alias::cba::Cba0LOFProxyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cba0LOFProxyDelegate instance static Cba0LOFProxyDelegate& getInstance(); // Method to create the Cba0LOFProxyImpl pointer static Cba0LOFProxyImpl* createImpl( Cba0LOFProxy& ifObj ); // Method to delete the Cba0LOFProxyImpl pointer static void deleteImpl( Cba0LOFProxyImpl* impl ); protected: // Pointer to the instance static Cba0LOFProxyDelegate* m_pInstance; Cba0LOFProxyDelegate(); virtual ~Cba0LOFProxyDelegate(); static void setInstance( Cba0LOFProxyDelegate* instance ); private: friend class ::Teamcenter::cba::Cba0LOFProxyGenImpl; }; #include #endif // TEAMCENTER__CBA__CBA0LOFPROXYDELEGATE_HXX