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