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.9 KiB
85 lines
2.9 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, Rlz0SourceObjectRefByProviderDispatch
|
|
Filename: Rlz0SourceObjectRefByProviderDispatch.hxx
|
|
Module: realizationdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__REALIZATION__RLZ0SOURCEOBJECTREFBYPROVIDERDISPATCH_HXX
|
|
#define TEAMCENTER__REALIZATION__RLZ0SOURCEOBJECTREFBYPROVIDERDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <rlz0realization/Rlz0SourceObjectRefByProvider.hxx>
|
|
#include <rlz0realization/Rlz0SourceObjectRefByProviderDelegate.hxx>
|
|
#include <foundationdispatch/Fnd0BaseProviderDispatch.hxx>
|
|
#include <realizationdispatch/initializerealization.hxx>
|
|
|
|
#include <realizationdispatch/librealizationdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Realization
|
|
{
|
|
class Rlz0SourceObjectRefByProviderDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Realization
|
|
{
|
|
class Rlz0SourceObjectRefByProviderDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class REALIZATIONDISPATCH_API Teamcenter::Realization::Rlz0SourceObjectRefByProviderDispatch
|
|
: public Teamcenter::Realization::Rlz0SourceObjectRefByProviderDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Rlz0SourceObjectRefByProviderDispatch instance
|
|
static Rlz0SourceObjectRefByProviderDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Rlz0SourceObjectRefByProviderDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Rlz0SourceObjectRefByProviderDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Rlz0SourceObjectRefByProviderDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Rlz0SourceObjectRefByProviderDispatch
|
|
Rlz0SourceObjectRefByProviderDispatch( const Rlz0SourceObjectRefByProviderDispatch& );
|
|
|
|
// Assignment operator
|
|
Rlz0SourceObjectRefByProviderDispatch& operator = ( const Rlz0SourceObjectRefByProviderDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::Realization::initializerealizationInternal();
|
|
friend void ::Teamcenter::Realization::initializerealizationExtenders();
|
|
friend class Teamcenter::Realization::Rlz0SourceObjectRefByProviderDelegate;
|
|
};
|
|
|
|
#include <realizationdispatch/librealizationdispatch_undef.h>
|
|
#endif // TEAMCENTER__REALIZATION__RLZ0SOURCEOBJECTREFBYPROVIDERDISPATCH_HXX
|