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