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.6 KiB
79 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, Bhv0BranchCommentDispatch
|
|
Filename: Bhv0BranchCommentDispatch.hxx
|
|
Module: bhv0branchfoundationdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef BHV0BRANCHFOUNDATION__BHV0BRANCHCOMMENTDISPATCH_HXX
|
|
#define BHV0BRANCHFOUNDATION__BHV0BRANCHCOMMENTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <bhv0branchfoundation/Bhv0BranchComment.hxx>
|
|
#include <bhv0branchfoundation/Bhv0BranchCommentDelegate.hxx>
|
|
#include <foundationdispatch/POM_objectDispatch.hxx>
|
|
#include <bhv0branchfoundationdispatch/initializebhv0branchfoundation.hxx>
|
|
|
|
#include <bhv0branchfoundationdispatch/libbhv0branchfoundationdispatch_exports.h>
|
|
|
|
namespace bhv0branchfoundation
|
|
{
|
|
class Bhv0BranchCommentDispatch;
|
|
}
|
|
namespace bhv0branchfoundation
|
|
{
|
|
class Bhv0BranchCommentDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class BHV0BRANCHFOUNDATIONDISPATCH_API bhv0branchfoundation::Bhv0BranchCommentDispatch
|
|
: public bhv0branchfoundation::Bhv0BranchCommentDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Bhv0BranchCommentDispatch instance
|
|
static Bhv0BranchCommentDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Bhv0BranchCommentDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Bhv0BranchCommentDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Bhv0BranchCommentDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Bhv0BranchCommentDispatch
|
|
Bhv0BranchCommentDispatch( const Bhv0BranchCommentDispatch& );
|
|
|
|
// Assignment operator
|
|
Bhv0BranchCommentDispatch& operator = ( const Bhv0BranchCommentDispatch& );
|
|
|
|
// friend
|
|
friend void ::bhv0branchfoundation::initializebhv0branchfoundationInternal();
|
|
friend void ::bhv0branchfoundation::initializebhv0branchfoundationExtenders();
|
|
friend class bhv0branchfoundation::Bhv0BranchCommentDelegate;
|
|
};
|
|
|
|
#include <bhv0branchfoundationdispatch/libbhv0branchfoundationdispatch_undef.h>
|
|
#endif // BHV0BRANCHFOUNDATION__BHV0BRANCHCOMMENTDISPATCH_HXX
|