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