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