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