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.8 KiB
85 lines
2.8 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_ExtEntAdminRevisionDispatch
|
|
Filename: DC_ExtEntAdminRevisionDispatch.hxx
|
|
Module: contmgmtbasedispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <contmgmtbase/DC_ExtEntAdminRevision.hxx>
|
|
#include <contmgmtbase/DC_ExtEntAdminRevisionDelegate.hxx>
|
|
#include <foundationdispatch/ItemRevisionDispatch.hxx>
|
|
#include <contmgmtbasedispatch/initializecontmgmtbase.hxx>
|
|
|
|
#include <contmgmtbasedispatch/libcontmgmtbasedispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_ExtEntAdminRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_ExtEntAdminRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CONTMGMTBASEDISPATCH_API Teamcenter::contmgmtbase::DC_ExtEntAdminRevisionDispatch
|
|
: public Teamcenter::contmgmtbase::DC_ExtEntAdminRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DC_ExtEntAdminRevisionDispatch instance
|
|
static DC_ExtEntAdminRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static DC_ExtEntAdminRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
DC_ExtEntAdminRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~DC_ExtEntAdminRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a DC_ExtEntAdminRevisionDispatch
|
|
DC_ExtEntAdminRevisionDispatch( const DC_ExtEntAdminRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
DC_ExtEntAdminRevisionDispatch& operator = ( const DC_ExtEntAdminRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::contmgmtbase::initializecontmgmtbaseInternal();
|
|
friend void ::Teamcenter::contmgmtbase::initializecontmgmtbaseExtenders();
|
|
friend class Teamcenter::contmgmtbase::DC_ExtEntAdminRevisionDelegate;
|
|
};
|
|
|
|
#include <contmgmtbasedispatch/libcontmgmtbasedispatch_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINREVISIONDISPATCH_HXX
|