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