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, CPDesignBriefRevisionDispatch
|
|
Filename: CPDesignBriefRevisionDispatch.hxx
|
|
Module: pkgartdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PKGART__CPDESIGNBRIEFREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__PKGART__CPDESIGNBRIEFREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <pkgart/CPDesignBriefRevision.hxx>
|
|
#include <pkgart/CPDesignBriefRevisionDelegate.hxx>
|
|
#include <foundationdispatch/CPBriefRevisionDispatch.hxx>
|
|
#include <pkgartdispatch/initializepkgart.hxx>
|
|
|
|
#include <pkgartdispatch/libpkgartdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPDesignBriefRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPDesignBriefRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PKGARTDISPATCH_API Teamcenter::PKGART::CPDesignBriefRevisionDispatch
|
|
: public Teamcenter::PKGART::CPDesignBriefRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPDesignBriefRevisionDispatch instance
|
|
static CPDesignBriefRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static CPDesignBriefRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
CPDesignBriefRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~CPDesignBriefRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a CPDesignBriefRevisionDispatch
|
|
CPDesignBriefRevisionDispatch( const CPDesignBriefRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
CPDesignBriefRevisionDispatch& operator = ( const CPDesignBriefRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::PKGART::initializepkgartInternal();
|
|
friend void ::Teamcenter::PKGART::initializepkgartExtenders();
|
|
friend class Teamcenter::PKGART::CPDesignBriefRevisionDelegate;
|
|
};
|
|
|
|
#include <pkgartdispatch/libpkgartdispatch_undef.h>
|
|
#endif // TEAMCENTER__PKGART__CPDESIGNBRIEFREVISIONDISPATCH_HXX
|