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