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

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