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