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