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