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