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.7 KiB
85 lines
2.7 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, MroServiceabilityEntryDispatch
|
|
Filename: MroServiceabilityEntryDispatch.hxx
|
|
Module: asmaintaineddispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ASMAINTAINED__MROSERVICEABILITYENTRYDISPATCH_HXX
|
|
#define TEAMCENTER__ASMAINTAINED__MROSERVICEABILITYENTRYDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <asmaintained/MroServiceabilityEntry.hxx>
|
|
#include <asmaintained/MroServiceabilityEntryDelegate.hxx>
|
|
#include <asmaintaineddispatch/MroRuleEntryDispatch.hxx>
|
|
#include <asmaintaineddispatch/initializeasmaintained.hxx>
|
|
|
|
#include <asmaintaineddispatch/libasmaintaineddispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace asmaintained
|
|
{
|
|
class MroServiceabilityEntryDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace asmaintained
|
|
{
|
|
class MroServiceabilityEntryDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class ASMAINTAINEDDISPATCH_API Teamcenter::asmaintained::MroServiceabilityEntryDispatch
|
|
: public Teamcenter::asmaintained::MroServiceabilityEntryDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the MroServiceabilityEntryDispatch instance
|
|
static MroServiceabilityEntryDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static MroServiceabilityEntryDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
MroServiceabilityEntryDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~MroServiceabilityEntryDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a MroServiceabilityEntryDispatch
|
|
MroServiceabilityEntryDispatch( const MroServiceabilityEntryDispatch& );
|
|
|
|
// Assignment operator
|
|
MroServiceabilityEntryDispatch& operator = ( const MroServiceabilityEntryDispatch& );
|
|
|
|
// friend
|
|
friend void ::asmaintained::initializeasmaintainedInternal();
|
|
friend void ::asmaintained::initializeasmaintainedExtenders();
|
|
friend class Teamcenter::asmaintained::MroServiceabilityEntryDelegate;
|
|
};
|
|
|
|
#include <asmaintaineddispatch/libasmaintaineddispatch_undef.h>
|
|
#endif // TEAMCENTER__ASMAINTAINED__MROSERVICEABILITYENTRYDISPATCH_HXX
|