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