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.6 KiB
79 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, Pmg0AbstractSKURevisionDispatch
|
|
Filename: Pmg0AbstractSKURevisionDispatch.hxx
|
|
Module: pmg0cpmgmtdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PMG0CPMGMT__PMG0ABSTRACTSKUREVISIONDISPATCH_HXX
|
|
#define PMG0CPMGMT__PMG0ABSTRACTSKUREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <pmg0cpmgmt/Pmg0AbstractSKURevision.hxx>
|
|
#include <pmg0cpmgmt/Pmg0AbstractSKURevisionDelegate.hxx>
|
|
#include <foundationdispatch/ItemRevisionDispatch.hxx>
|
|
#include <pmg0cpmgmtdispatch/initializepmg0cpmgmt.hxx>
|
|
|
|
#include <pmg0cpmgmtdispatch/libpmg0cpmgmtdispatch_exports.h>
|
|
|
|
namespace pmg0cpmgmt
|
|
{
|
|
class Pmg0AbstractSKURevisionDispatch;
|
|
}
|
|
namespace pmg0cpmgmt
|
|
{
|
|
class Pmg0AbstractSKURevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PMG0CPMGMTDISPATCH_API pmg0cpmgmt::Pmg0AbstractSKURevisionDispatch
|
|
: public pmg0cpmgmt::Pmg0AbstractSKURevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Pmg0AbstractSKURevisionDispatch instance
|
|
static Pmg0AbstractSKURevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Pmg0AbstractSKURevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Pmg0AbstractSKURevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Pmg0AbstractSKURevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Pmg0AbstractSKURevisionDispatch
|
|
Pmg0AbstractSKURevisionDispatch( const Pmg0AbstractSKURevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
Pmg0AbstractSKURevisionDispatch& operator = ( const Pmg0AbstractSKURevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::pmg0cpmgmt::initializepmg0cpmgmtInternal();
|
|
friend void ::pmg0cpmgmt::initializepmg0cpmgmtExtenders();
|
|
friend class pmg0cpmgmt::Pmg0AbstractSKURevisionDelegate;
|
|
};
|
|
|
|
#include <pmg0cpmgmtdispatch/libpmg0cpmgmtdispatch_undef.h>
|
|
#endif // PMG0CPMGMT__PMG0ABSTRACTSKUREVISIONDISPATCH_HXX
|