//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, Mes0MESTXElementDelegate Filename: Mes0MESTXElementDelegate.hxx Module: mesbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef CMTMES__MES0MESTXELEMENTDELEGATE_HXX #define CMTMES__MES0MESTXELEMENTDELEGATE_HXX #include #include #include namespace CMTMES { class Mes0MESTXElementDelegate; } namespace CMTMES { class Mes0MESTXElementImpl; } namespace CMTMES { class Mes0MESTXElement; } namespace CMTMES { class Mes0MESTXElementGenImpl; } namespace CMTMES_alias = ::CMTMES; class MESBVR_API CMTMES_alias::Mes0MESTXElementDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mes0MESTXElementDelegate instance static Mes0MESTXElementDelegate& getInstance(); // Method to create the Mes0MESTXElementImpl pointer static Mes0MESTXElementImpl* createImpl( Mes0MESTXElement& ifObj ); // Method to delete the Mes0MESTXElementImpl pointer static void deleteImpl( Mes0MESTXElementImpl* impl ); protected: // Pointer to the instance static Mes0MESTXElementDelegate* m_pInstance; Mes0MESTXElementDelegate(); virtual ~Mes0MESTXElementDelegate(); static void setInstance( Mes0MESTXElementDelegate* instance ); private: friend class ::CMTMES::Mes0MESTXElementGenImpl; }; #include #endif // CMTMES__MES0MESTXELEMENTDELEGATE_HXX