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