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