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