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