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