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