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, Crt0SystemsDesignerDispatch
|
|
Filename: Crt0SystemsDesignerDispatch.hxx
|
|
Module: crt0validationcontractdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CRT0VALIDATIONCONTRACT__CRT0SYSTEMSDESIGNERDISPATCH_HXX
|
|
#define CRT0VALIDATIONCONTRACT__CRT0SYSTEMSDESIGNERDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Crt0ValidationContract/Crt0SystemsDesigner.hxx>
|
|
#include <Crt0ValidationContract/Crt0SystemsDesignerDelegate.hxx>
|
|
#include <foundationdispatch/ParticipantDispatch.hxx>
|
|
#include <crt0validationcontractdispatch/initializecrt0validationcontract.hxx>
|
|
|
|
#include <crt0validationcontractdispatch/libcrt0validationcontractdispatch_exports.h>
|
|
|
|
namespace crt0validationcontract
|
|
{
|
|
class Crt0SystemsDesignerDispatch;
|
|
}
|
|
namespace crt0validationcontract
|
|
{
|
|
class Crt0SystemsDesignerDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CRT0VALIDATIONCONTRACTDISPATCH_API crt0validationcontract::Crt0SystemsDesignerDispatch
|
|
: public crt0validationcontract::Crt0SystemsDesignerDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Crt0SystemsDesignerDispatch instance
|
|
static Crt0SystemsDesignerDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Crt0SystemsDesignerDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Crt0SystemsDesignerDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Crt0SystemsDesignerDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Crt0SystemsDesignerDispatch
|
|
Crt0SystemsDesignerDispatch( const Crt0SystemsDesignerDispatch& );
|
|
|
|
// Assignment operator
|
|
Crt0SystemsDesignerDispatch& operator = ( const Crt0SystemsDesignerDispatch& );
|
|
|
|
// friend
|
|
friend void ::crt0validationcontract::initializecrt0validationcontractInternal();
|
|
friend void ::crt0validationcontract::initializecrt0validationcontractExtenders();
|
|
friend class crt0validationcontract::Crt0SystemsDesignerDelegate;
|
|
};
|
|
|
|
#include <crt0validationcontractdispatch/libcrt0validationcontractdispatch_undef.h>
|
|
#endif // CRT0VALIDATIONCONTRACT__CRT0SYSTEMSDESIGNERDISPATCH_HXX
|