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.

88 lines
2.8 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, Prg0AbsPlanDispatch
Filename: Prg0AbsPlanDispatchExt.hxx
Module: prg1programplanningappdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef PRG1__PRG1PROGRAMPLANNINGAPP__PRG0ABSPLANDISPATCH_HXX
#define PRG1__PRG1PROGRAMPLANNINGAPP__PRG0ABSPLANDISPATCH_HXX
#include <vector>
#include <prg1programplanningapp/Prg0AbsPlanExt.hxx>
#include <prg1programplanningapp/Prg0AbsPlanDelegateExt.hxx>
#include <prg1programplanningappdispatch/initializeprg1programplanningapp.hxx>
#include <extensionframework/OperationDispatcher.hxx>
#include <metaframework/OperationObjectBatch.hxx>
#include <metaframework/PostActionInternalHandler.hxx>
#include <metaframework/ManageBulkData.hxx>
#include <prg1programplanningappdispatch/libprg1programplanningappdispatch_exports.h>
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Prg0AbsPlanDispatch;
}
}
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Prg0AbsPlanDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class PRG1PROGRAMPLANNINGAPPDISPATCH_API prg1::Prg1ProgramPlanningApp::Prg0AbsPlanDispatch
: public prg1::Prg1ProgramPlanningApp::Prg0AbsPlanDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Prg0AbsPlanDispatch instance
static Prg0AbsPlanDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Prg0AbsPlanDispatch* m_dispatch;
// Default Constructor
Prg0AbsPlanDispatch();
// Default Destructor
virtual ~Prg0AbsPlanDispatch();
// Constructor Method
static ::Teamcenter::BusinessObjectExtender* constructor( tag_t objTag );
// Copy Constructor for a Prg0AbsPlanDispatch
Prg0AbsPlanDispatch( const Prg0AbsPlanDispatch& );
// Assignment operator
Prg0AbsPlanDispatch& operator = ( const Prg0AbsPlanDispatch& );
// friend
friend void ::Prg1ProgramPlanningApp::initializeprg1programplanningappInternal();
friend void ::Prg1ProgramPlanningApp::initializeprg1programplanningappExtenders();
friend class prg1::Prg1ProgramPlanningApp::Prg0AbsPlanDelegate;
};
#include <prg1programplanningappdispatch/libprg1programplanningappdispatch_undef.h>
#endif // PRG1__PRG1PROGRAMPLANNINGAPP__PRG0ABSPLANDISPATCH_HXX