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