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