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