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.6 KiB
85 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, Pka0CopyAssetRevisionDispatch
|
|
Filename: Pka0CopyAssetRevisionDispatch.hxx
|
|
Module: pkgartdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PKGART__PKA0COPYASSETREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__PKGART__PKA0COPYASSETREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <pkgart/Pka0CopyAssetRevision.hxx>
|
|
#include <pkgart/Pka0CopyAssetRevisionDelegate.hxx>
|
|
#include <pkgartdispatch/Pka0DigitalAssetRevisionDispatch.hxx>
|
|
#include <pkgartdispatch/initializepkgart.hxx>
|
|
|
|
#include <pkgartdispatch/libpkgartdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class Pka0CopyAssetRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class Pka0CopyAssetRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PKGARTDISPATCH_API Teamcenter::PKGART::Pka0CopyAssetRevisionDispatch
|
|
: public Teamcenter::PKGART::Pka0CopyAssetRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Pka0CopyAssetRevisionDispatch instance
|
|
static Pka0CopyAssetRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Pka0CopyAssetRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Pka0CopyAssetRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Pka0CopyAssetRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Pka0CopyAssetRevisionDispatch
|
|
Pka0CopyAssetRevisionDispatch( const Pka0CopyAssetRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
Pka0CopyAssetRevisionDispatch& operator = ( const Pka0CopyAssetRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::PKGART::initializepkgartInternal();
|
|
friend void ::Teamcenter::PKGART::initializepkgartExtenders();
|
|
friend class Teamcenter::PKGART::Pka0CopyAssetRevisionDelegate;
|
|
};
|
|
|
|
#include <pkgartdispatch/libpkgartdispatch_undef.h>
|
|
#endif // TEAMCENTER__PKGART__PKA0COPYASSETREVISIONDISPATCH_HXX
|