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