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