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