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.7 KiB
79 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, Smc0VarConfigurableObjectDispatch
|
|
Filename: Smc0VarConfigurableObjectDispatch.hxx
|
|
Module: smc0psmcfgsupportdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SMC0VARCONFIGURABLEOBJECTDISPATCH_HXX
|
|
#define TEAMCENTER__SMC0VARCONFIGURABLEOBJECTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Smc0psmcfgsupport/Smc0VarConfigurableObject.hxx>
|
|
#include <Smc0psmcfgsupport/Smc0VarConfigurableObjectDelegate.hxx>
|
|
#include <foundationdispatch/POM_objectDispatch.hxx>
|
|
#include <smc0psmcfgsupportdispatch/initializesmc0psmcfgsupport.hxx>
|
|
|
|
#include <smc0psmcfgsupportdispatch/libsmc0psmcfgsupportdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Smc0VarConfigurableObjectDispatch;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Smc0VarConfigurableObjectDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SMC0PSMCFGSUPPORTDISPATCH_API Teamcenter::Smc0VarConfigurableObjectDispatch
|
|
: public Teamcenter::Smc0VarConfigurableObjectDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Smc0VarConfigurableObjectDispatch instance
|
|
static Smc0VarConfigurableObjectDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Smc0VarConfigurableObjectDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Smc0VarConfigurableObjectDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Smc0VarConfigurableObjectDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Smc0VarConfigurableObjectDispatch
|
|
Smc0VarConfigurableObjectDispatch( const Smc0VarConfigurableObjectDispatch& );
|
|
|
|
// Assignment operator
|
|
Smc0VarConfigurableObjectDispatch& operator = ( const Smc0VarConfigurableObjectDispatch& );
|
|
|
|
// friend
|
|
friend void ::smc0psmcfgsupport::initializesmc0psmcfgsupportInternal();
|
|
friend void ::smc0psmcfgsupport::initializesmc0psmcfgsupportExtenders();
|
|
friend class Teamcenter::Smc0VarConfigurableObjectDelegate;
|
|
};
|
|
|
|
#include <smc0psmcfgsupportdispatch/libsmc0psmcfgsupportdispatch_undef.h>
|
|
#endif // TEAMCENTER__SMC0VARCONFIGURABLEOBJECTDISPATCH_HXX
|