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