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