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