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