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