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.9 KiB
79 lines
2.9 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, Prg1AbsTakeRateTargtElementDispatch
|
|
Filename: Prg1AbsTakeRateTargtElementDispatch.hxx
|
|
Module: prg1programplanningappdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PRG1PROGRAMPLANNINGAPP__PRG1ABSTAKERATETARGTELEMENTDISPATCH_HXX
|
|
#define PRG1PROGRAMPLANNINGAPP__PRG1ABSTAKERATETARGTELEMENTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <prg1programplanningapp/Prg1AbsTakeRateTargtElement.hxx>
|
|
#include <prg1programplanningapp/Prg1AbsTakeRateTargtElementDelegate.hxx>
|
|
#include <prg1programplanningappdispatch/Prg1AbsPtnBaseTargetElementDispatch.hxx>
|
|
#include <prg1programplanningappdispatch/initializeprg1programplanningapp.hxx>
|
|
|
|
#include <prg1programplanningappdispatch/libprg1programplanningappdispatch_exports.h>
|
|
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsTakeRateTargtElementDispatch;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsTakeRateTargtElementDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PRG1PROGRAMPLANNINGAPPDISPATCH_API Prg1ProgramPlanningApp::Prg1AbsTakeRateTargtElementDispatch
|
|
: public Prg1ProgramPlanningApp::Prg1AbsTakeRateTargtElementDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Prg1AbsTakeRateTargtElementDispatch instance
|
|
static Prg1AbsTakeRateTargtElementDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Prg1AbsTakeRateTargtElementDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Prg1AbsTakeRateTargtElementDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Prg1AbsTakeRateTargtElementDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Prg1AbsTakeRateTargtElementDispatch
|
|
Prg1AbsTakeRateTargtElementDispatch( const Prg1AbsTakeRateTargtElementDispatch& );
|
|
|
|
// Assignment operator
|
|
Prg1AbsTakeRateTargtElementDispatch& operator = ( const Prg1AbsTakeRateTargtElementDispatch& );
|
|
|
|
// friend
|
|
friend void ::Prg1ProgramPlanningApp::initializeprg1programplanningappInternal();
|
|
friend void ::Prg1ProgramPlanningApp::initializeprg1programplanningappExtenders();
|
|
friend class Prg1ProgramPlanningApp::Prg1AbsTakeRateTargtElementDelegate;
|
|
};
|
|
|
|
#include <prg1programplanningappdispatch/libprg1programplanningappdispatch_undef.h>
|
|
#endif // PRG1PROGRAMPLANNINGAPP__PRG1ABSTAKERATETARGTELEMENTDISPATCH_HXX
|