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

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