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