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

//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, CPBrandAssetRevisionDispatch
Filename: CPBrandAssetRevisionDispatch.hxx
Module: brndmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__BRNDMGMT__CPBRANDASSETREVISIONDISPATCH_HXX
#define TEAMCENTER__BRNDMGMT__CPBRANDASSETREVISIONDISPATCH_HXX
#include <vector>
#include <brndmgmt/CPBrandAssetRevision.hxx>
#include <brndmgmt/CPBrandAssetRevisionDelegate.hxx>
#include <foundationdispatch/DocumentRevisionDispatch.hxx>
#include <brndmgmtdispatch/initializebrndmgmt.hxx>
#include <brndmgmtdispatch/libbrndmgmtdispatch_exports.h>
namespace Teamcenter
{
namespace BRNDMGMT
{
class CPBrandAssetRevisionDispatch;
}
}
namespace Teamcenter
{
namespace BRNDMGMT
{
class CPBrandAssetRevisionDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class BRNDMGMTDISPATCH_API Teamcenter::BRNDMGMT::CPBrandAssetRevisionDispatch
: public Teamcenter::BRNDMGMT::CPBrandAssetRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CPBrandAssetRevisionDispatch instance
static CPBrandAssetRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static CPBrandAssetRevisionDispatch* m_dispatch;
// Default Constructor
CPBrandAssetRevisionDispatch();
// Default Destructor
virtual ~CPBrandAssetRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a CPBrandAssetRevisionDispatch
CPBrandAssetRevisionDispatch( const CPBrandAssetRevisionDispatch& );
// Assignment operator
CPBrandAssetRevisionDispatch& operator = ( const CPBrandAssetRevisionDispatch& );
// friend
friend void ::Teamcenter::BRNDMGMT::initializebrndmgmtInternal();
friend void ::Teamcenter::BRNDMGMT::initializebrndmgmtExtenders();
friend class Teamcenter::BRNDMGMT::CPBrandAssetRevisionDelegate;
};
#include <brndmgmtdispatch/libbrndmgmtdispatch_undef.h>
#endif // TEAMCENTER__BRNDMGMT__CPBRANDASSETREVISIONDISPATCH_HXX