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