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