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, ADSTechDocumentDispatch
|
|
Filename: ADSTechDocumentDispatch.hxx
|
|
Module: adsfoundationdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENTDISPATCH_HXX
|
|
#define TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <adsfoundation/ADSTechDocument.hxx>
|
|
#include <adsfoundation/ADSTechDocumentDelegate.hxx>
|
|
#include <foundationdispatch/DocumentDispatch.hxx>
|
|
#include <adsfoundationdispatch/initializeadsfoundation.hxx>
|
|
|
|
#include <adsfoundationdispatch/libadsfoundationdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSTechDocumentDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSTechDocumentDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class ADSFOUNDATIONDISPATCH_API Teamcenter::adsfoundation::ADSTechDocumentDispatch
|
|
: public Teamcenter::adsfoundation::ADSTechDocumentDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ADSTechDocumentDispatch instance
|
|
static ADSTechDocumentDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static ADSTechDocumentDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
ADSTechDocumentDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~ADSTechDocumentDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a ADSTechDocumentDispatch
|
|
ADSTechDocumentDispatch( const ADSTechDocumentDispatch& );
|
|
|
|
// Assignment operator
|
|
ADSTechDocumentDispatch& operator = ( const ADSTechDocumentDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::adsfoundation::initializeadsfoundationInternal();
|
|
friend void ::Teamcenter::adsfoundation::initializeadsfoundationExtenders();
|
|
friend class Teamcenter::adsfoundation::ADSTechDocumentDelegate;
|
|
};
|
|
|
|
#include <adsfoundationdispatch/libadsfoundationdispatch_undef.h>
|
|
#endif // TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENTDISPATCH_HXX
|