//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, ParmDefBitDefDelegate Filename: ParmDefBitDefDelegate.hxx Module: ccdm @BMIDE autogenerated ==================================================================================================*/ #ifndef CCDM__PARMDEFBITDEFDELEGATE_HXX #define CCDM__PARMDEFBITDEFDELEGATE_HXX #include #include #include namespace ccdm { class ParmDefBitDefDelegate; } namespace ccdm { class ParmDefBitDefImpl; } namespace ccdm { class ParmDefBitDef; } namespace ccdm { class ParmDefBitDefGenImpl; } namespace ccdm_alias = ::ccdm; class CCDM_API ccdm_alias::ParmDefBitDefDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ParmDefBitDefDelegate instance static ParmDefBitDefDelegate& getInstance(); // Method to create the ParmDefBitDefImpl pointer static ParmDefBitDefImpl* createImpl( ParmDefBitDef& ifObj ); // Method to delete the ParmDefBitDefImpl pointer static void deleteImpl( ParmDefBitDefImpl* impl ); protected: // Pointer to the instance static ParmDefBitDefDelegate* m_pInstance; ParmDefBitDefDelegate(); virtual ~ParmDefBitDefDelegate(); static void setInstance( ParmDefBitDefDelegate* instance ); private: friend class ::ccdm::ParmDefBitDefGenImpl; }; #include #endif // CCDM__PARMDEFBITDEFDELEGATE_HXX