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