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