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