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