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