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