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