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