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