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.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, Fsh0FinishGroupRevisionDispatch
Filename: Fsh0FinishGroupRevisionDispatch.hxx
Module: fnshmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef FNSHMGMT__FSH0FINISHGROUPREVISIONDISPATCH_HXX
#define FNSHMGMT__FSH0FINISHGROUPREVISIONDISPATCH_HXX
#include <vector>
#include <fsh0fnshmgmt/Fsh0FinishGroupRevision.hxx>
#include <fsh0fnshmgmt/Fsh0FinishGroupRevisionDelegate.hxx>
#include <fnshmgmtdispatch/Fsh0FinishRevisionDispatch.hxx>
#include <fnshmgmtdispatch/initializefnshmgmt.hxx>
#include <fnshmgmtdispatch/libfnshmgmtdispatch_exports.h>
namespace fnshmgmt
{
class Fsh0FinishGroupRevisionDispatch;
}
namespace fnshmgmt
{
class Fsh0FinishGroupRevisionDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class FNSHMGMTDISPATCH_API fnshmgmt::Fsh0FinishGroupRevisionDispatch
: public fnshmgmt::Fsh0FinishGroupRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fsh0FinishGroupRevisionDispatch instance
static Fsh0FinishGroupRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Fsh0FinishGroupRevisionDispatch* m_dispatch;
// Default Constructor
Fsh0FinishGroupRevisionDispatch();
// Default Destructor
virtual ~Fsh0FinishGroupRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Fsh0FinishGroupRevisionDispatch
Fsh0FinishGroupRevisionDispatch( const Fsh0FinishGroupRevisionDispatch& );
// Assignment operator
Fsh0FinishGroupRevisionDispatch& operator = ( const Fsh0FinishGroupRevisionDispatch& );
// friend
friend void ::fnshmgmt::initializefnshmgmtInternal();
friend void ::fnshmgmt::initializefnshmgmtExtenders();
friend class fnshmgmt::Fsh0FinishGroupRevisionDelegate;
};
#include <fnshmgmtdispatch/libfnshmgmtdispatch_undef.h>
#endif // FNSHMGMT__FSH0FINISHGROUPREVISIONDISPATCH_HXX