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