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