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