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