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