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