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