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