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