//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, UsageAddressProxyDispatch Filename: UsageAddressProxyDispatch.hxx Module: cbadispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__USAGEADDRESSPROXYDISPATCH_HXX #define TEAMCENTER__CBA__USAGEADDRESSPROXYDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace cba { class UsageAddressProxyDispatch; } } namespace Teamcenter { namespace cba { class UsageAddressProxyDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class CBADISPATCH_API Teamcenter::cba::UsageAddressProxyDispatch : public Teamcenter::cba::UsageAddressProxyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the UsageAddressProxyDispatch instance static UsageAddressProxyDispatch& getInstance(); private: // Pointer to the dispatch instance static UsageAddressProxyDispatch* m_dispatch; // Default Constructor UsageAddressProxyDispatch(); // Default Destructor virtual ~UsageAddressProxyDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a UsageAddressProxyDispatch UsageAddressProxyDispatch( const UsageAddressProxyDispatch& ); // Assignment operator UsageAddressProxyDispatch& operator = ( const UsageAddressProxyDispatch& ); // friend friend void ::Teamcenter::cba::initializecbaInternal(); friend void ::Teamcenter::cba::initializecbaExtenders(); friend class Teamcenter::cba::UsageAddressProxyDelegate; }; #include #endif // TEAMCENTER__CBA__USAGEADDRESSPROXYDISPATCH_HXX