//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, Mci0PMIDelegate Filename: Mci0PMIDelegate.hxx Module: Mci0mfgcharacteristicsbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef MCI0MFGCHARACTERISTICS__MCI0PMIDELEGATE_HXX #define MCI0MFGCHARACTERISTICS__MCI0PMIDELEGATE_HXX #include #include #include namespace mci0mfgcharacteristics { class Mci0PMIDelegate; } namespace mci0mfgcharacteristics { class Mci0PMIImpl; } namespace mci0mfgcharacteristics { class Mci0PMI; } namespace mci0mfgcharacteristics { class Mci0PMIGenImpl; } namespace mci0mfgcharacteristics_alias = ::mci0mfgcharacteristics; class MCI0MFGCHARACTERISTICSBVR_API mci0mfgcharacteristics_alias::Mci0PMIDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mci0PMIDelegate instance static Mci0PMIDelegate& getInstance(); // Method to create the Mci0PMIImpl pointer static Mci0PMIImpl* createImpl( Mci0PMI& ifObj ); // Method to delete the Mci0PMIImpl pointer static void deleteImpl( Mci0PMIImpl* impl ); protected: // Pointer to the instance static Mci0PMIDelegate* m_pInstance; Mci0PMIDelegate(); virtual ~Mci0PMIDelegate(); static void setInstance( Mci0PMIDelegate* instance ); private: friend class ::mci0mfgcharacteristics::Mci0PMIGenImpl; }; #include #endif // MCI0MFGCHARACTERISTICS__MCI0PMIDELEGATE_HXX