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