You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.3 KiB
79 lines
2.3 KiB
//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 <vector>
|
|
#include <epm/User_Inbox.hxx>
|
|
#include <epm/User_InboxDelegate.hxx>
|
|
#include <foundationdispatch/FolderDispatch.hxx>
|
|
#include <foundationdispatch/initializefoundation.hxx>
|
|
|
|
#include <foundationdispatch/libfoundationdispatch_exports.h>
|
|
|
|
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 <foundationdispatch/libfoundationdispatch_undef.h>
|
|
#endif // TEAMCENTER__USER_INBOXDISPATCH_HXX
|