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.
91 lines
2.8 KiB
91 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: Prg0AbsPlanDispatch.hxx
|
|
Module: prg0programinfradispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPLANDISPATCH_HXX
|
|
#define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPLANDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <prg0programinfra/Prg0AbsPlan.hxx>
|
|
#include <prg0programinfra/Prg0AbsPlanDelegate.hxx>
|
|
#include <foundationdispatch/WorkspaceObjectDispatch.hxx>
|
|
#include <prg0programinfradispatch/initializeprg0programinfra.hxx>
|
|
|
|
#include <prg0programinfradispatch/libprg0programinfradispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsPlanDispatch;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsPlanDelegate;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PRG0PROGRAMINFRADISPATCH_API Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsPlanDispatch
|
|
: public Teamcenter::ProgramInfra::prg0programinfra::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::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Prg0AbsPlanDispatch
|
|
Prg0AbsPlanDispatch( const Prg0AbsPlanDispatch& );
|
|
|
|
// Assignment operator
|
|
Prg0AbsPlanDispatch& operator = ( const Prg0AbsPlanDispatch& );
|
|
|
|
// friend
|
|
friend void ::prg0programinfra::initializeprg0programinfraInternal();
|
|
friend void ::prg0programinfra::initializeprg0programinfraExtenders();
|
|
friend class Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsPlanDelegate;
|
|
};
|
|
|
|
#include <prg0programinfradispatch/libprg0programinfradispatch_undef.h>
|
|
#endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPLANDISPATCH_HXX
|