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.3 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, Cpd0DatumDispatch
Filename: Cpd0DatumDispatch.hxx
Module: cpddispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CPD__CPD0DATUMDISPATCH_HXX
#define TEAMCENTER__CPD__CPD0DATUMDISPATCH_HXX
#include <vector>
#include <cpd0cd/Cpd0Datum.hxx>
#include <cpd0cd/Cpd0DatumDelegate.hxx>
#include <cpddispatch/Cpd0DesignFeatureDispatch.hxx>
#include <cpddispatch/initializecpd.hxx>
#include <cpddispatch/libcpddispatch_exports.h>
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DatumDispatch;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DatumDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CPDDISPATCH_API Teamcenter::Cpd::Cpd0DatumDispatch
: public Teamcenter::Cpd::Cpd0DatumDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cpd0DatumDispatch instance
static Cpd0DatumDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Cpd0DatumDispatch* m_dispatch;
// Default Constructor
Cpd0DatumDispatch();
// Default Destructor
virtual ~Cpd0DatumDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Cpd0DatumDispatch
Cpd0DatumDispatch( const Cpd0DatumDispatch& );
// Assignment operator
Cpd0DatumDispatch& operator = ( const Cpd0DatumDispatch& );
// friend
friend void ::Teamcenter::Cpd::initializecpdInternal();
friend void ::Teamcenter::Cpd::initializecpdExtenders();
friend class Teamcenter::Cpd::Cpd0DatumDelegate;
};
#include <cpddispatch/libcpddispatch_undef.h>
#endif // TEAMCENTER__CPD__CPD0DATUMDISPATCH_HXX