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.4 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, EDACCABaseRevisionDispatch
Filename: EDACCABaseRevisionDispatch.hxx
Module: edaserverdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__EDACCABASEREVISIONDISPATCH_HXX
#define TEAMCENTER__EDACCABASEREVISIONDISPATCH_HXX
#include <vector>
#include <eda/EDACCABaseRevision.hxx>
#include <eda/EDACCABaseRevisionDelegate.hxx>
#include <foundationdispatch/ItemRevisionDispatch.hxx>
#include <edaserverdispatch/initializeedaserver.hxx>
#include <edaserverdispatch/libedaserverdispatch_exports.h>
namespace Teamcenter
{
class EDACCABaseRevisionDispatch;
}
namespace Teamcenter
{
class EDACCABaseRevisionDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class EDASERVERDISPATCH_API Teamcenter::EDACCABaseRevisionDispatch
: public Teamcenter::EDACCABaseRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the EDACCABaseRevisionDispatch instance
static EDACCABaseRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static EDACCABaseRevisionDispatch* m_dispatch;
// Default Constructor
EDACCABaseRevisionDispatch();
// Default Destructor
virtual ~EDACCABaseRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a EDACCABaseRevisionDispatch
EDACCABaseRevisionDispatch( const EDACCABaseRevisionDispatch& );
// Assignment operator
EDACCABaseRevisionDispatch& operator = ( const EDACCABaseRevisionDispatch& );
// friend
friend void ::Teamcenter::initializeedaserverInternal();
friend void ::Teamcenter::initializeedaserverExtenders();
friend class Teamcenter::EDACCABaseRevisionDelegate;
};
#include <edaserverdispatch/libedaserverdispatch_undef.h>
#endif // TEAMCENTER__EDACCABASEREVISIONDISPATCH_HXX