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