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