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