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