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.8 KiB
85 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, SSP0ServicePlanRevisionDispatch
|
|
Filename: SSP0ServicePlanRevisionDispatch.hxx
|
|
Module: serviceplanningdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEPLANNING__SSP0SERVICEPLANREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__SERVICEPLANNING__SSP0SERVICEPLANREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <serviceplanning/SSP0ServicePlanRevision.hxx>
|
|
#include <serviceplanning/SSP0ServicePlanRevisionDelegate.hxx>
|
|
#include <foundationdispatch/ItemRevisionDispatch.hxx>
|
|
#include <serviceplanningdispatch/initializeserviceplanning.hxx>
|
|
|
|
#include <serviceplanningdispatch/libserviceplanningdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0ServicePlanRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0ServicePlanRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SERVICEPLANNINGDISPATCH_API Teamcenter::serviceplanning::SSP0ServicePlanRevisionDispatch
|
|
: public Teamcenter::serviceplanning::SSP0ServicePlanRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSP0ServicePlanRevisionDispatch instance
|
|
static SSP0ServicePlanRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static SSP0ServicePlanRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
SSP0ServicePlanRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~SSP0ServicePlanRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a SSP0ServicePlanRevisionDispatch
|
|
SSP0ServicePlanRevisionDispatch( const SSP0ServicePlanRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
SSP0ServicePlanRevisionDispatch& operator = ( const SSP0ServicePlanRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::serviceplanning::initializeserviceplanningInternal();
|
|
friend void ::Teamcenter::serviceplanning::initializeserviceplanningExtenders();
|
|
friend class Teamcenter::serviceplanning::SSP0ServicePlanRevisionDelegate;
|
|
};
|
|
|
|
#include <serviceplanningdispatch/libserviceplanningdispatch_undef.h>
|
|
#endif // TEAMCENTER__SERVICEPLANNING__SSP0SERVICEPLANREVISIONDISPATCH_HXX
|