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.
85 lines
2.5 KiB
85 lines
2.5 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, DC_SkdIPRFDispatch
|
|
Filename: DC_SkdIPRFDispatch.hxx
|
|
Module: contmgmts1000ddispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDIPRFDISPATCH_HXX
|
|
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDIPRFDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <contmgmts1000d/DC_SkdIPRF.hxx>
|
|
#include <contmgmts1000d/DC_SkdIPRFDelegate.hxx>
|
|
#include <contmgmtbasedispatch/DC_TopicDispatch.hxx>
|
|
#include <contmgmts1000ddispatch/initializecontmgmts1000d.hxx>
|
|
|
|
#include <contmgmts1000ddispatch/libcontmgmts1000ddispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdIPRFDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdIPRFDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CONTMGMTS1000DDISPATCH_API Teamcenter::contmgmts1000d::DC_SkdIPRFDispatch
|
|
: public Teamcenter::contmgmts1000d::DC_SkdIPRFDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DC_SkdIPRFDispatch instance
|
|
static DC_SkdIPRFDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static DC_SkdIPRFDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
DC_SkdIPRFDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~DC_SkdIPRFDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a DC_SkdIPRFDispatch
|
|
DC_SkdIPRFDispatch( const DC_SkdIPRFDispatch& );
|
|
|
|
// Assignment operator
|
|
DC_SkdIPRFDispatch& operator = ( const DC_SkdIPRFDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::contmgmts1000d::initializecontmgmts1000dInternal();
|
|
friend void ::Teamcenter::contmgmts1000d::initializecontmgmts1000dExtenders();
|
|
friend class Teamcenter::contmgmts1000d::DC_SkdIPRFDelegate;
|
|
};
|
|
|
|
#include <contmgmts1000ddispatch/libcontmgmts1000ddispatch_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDIPRFDISPATCH_HXX
|