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.5 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, ScheduleTaskRevisionDispatch
Filename: ScheduleTaskRevisionDispatch.hxx
Module: foundationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SCHEDULETASKREVISIONDISPATCH_HXX
#define TEAMCENTER__SCHEDULETASKREVISIONDISPATCH_HXX
#include <vector>
#include <schmgt/ScheduleTaskRevision.hxx>
#include <schmgt/ScheduleTaskRevisionDelegate.hxx>
#include <foundationdispatch/WorkspaceObjectDispatch.hxx>
#include <foundationdispatch/initializefoundation.hxx>
#include <foundationdispatch/libfoundationdispatch_exports.h>
namespace Teamcenter
{
class ScheduleTaskRevisionDispatch;
}
namespace Teamcenter
{
class ScheduleTaskRevisionDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class FOUNDATIONDISPATCH_API Teamcenter::ScheduleTaskRevisionDispatch
: public Teamcenter::ScheduleTaskRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ScheduleTaskRevisionDispatch instance
static ScheduleTaskRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static ScheduleTaskRevisionDispatch* m_dispatch;
// Default Constructor
ScheduleTaskRevisionDispatch();
// Default Destructor
virtual ~ScheduleTaskRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a ScheduleTaskRevisionDispatch
ScheduleTaskRevisionDispatch( const ScheduleTaskRevisionDispatch& );
// Assignment operator
ScheduleTaskRevisionDispatch& operator = ( const ScheduleTaskRevisionDispatch& );
// friend
friend void ::Teamcenter::initializefoundationInternal();
friend void ::Teamcenter::initializefoundationExtenders();
friend class Teamcenter::ScheduleTaskRevisionDelegate;
};
#include <foundationdispatch/libfoundationdispatch_undef.h>
#endif // TEAMCENTER__SCHEDULETASKREVISIONDISPATCH_HXX