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