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