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