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.7 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, PnM0PenetrationRevisionDispatch
Filename: PnM0PenetrationRevisionDispatch.hxx
Module: penetrationmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef PENETRATIONMGMT__PNM0PENETRATIONREVISIONDISPATCH_HXX
#define PENETRATIONMGMT__PNM0PENETRATIONREVISIONDISPATCH_HXX
#include <vector>
#include <PnM0penetration/PnM0PenetrationRevision.hxx>
#include <PnM0penetration/PnM0PenetrationRevisionDelegate.hxx>
#include <issuemgmtdispatch/IssueReportRevisionDispatch.hxx>
#include <penetrationmgmtdispatch/initializepenetrationmgmt.hxx>
#include <penetrationmgmtdispatch/libpenetrationmgmtdispatch_exports.h>
namespace penetrationmgmt
{
class PnM0PenetrationRevisionDispatch;
}
namespace penetrationmgmt
{
class PnM0PenetrationRevisionDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class PENETRATIONMGMTDISPATCH_API penetrationmgmt::PnM0PenetrationRevisionDispatch
: public penetrationmgmt::PnM0PenetrationRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PnM0PenetrationRevisionDispatch instance
static PnM0PenetrationRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static PnM0PenetrationRevisionDispatch* m_dispatch;
// Default Constructor
PnM0PenetrationRevisionDispatch();
// Default Destructor
virtual ~PnM0PenetrationRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a PnM0PenetrationRevisionDispatch
PnM0PenetrationRevisionDispatch( const PnM0PenetrationRevisionDispatch& );
// Assignment operator
PnM0PenetrationRevisionDispatch& operator = ( const PnM0PenetrationRevisionDispatch& );
// friend
friend void ::penetrationmgmt::initializepenetrationmgmtInternal();
friend void ::penetrationmgmt::initializepenetrationmgmtExtenders();
friend class penetrationmgmt::PnM0PenetrationRevisionDelegate;
};
#include <penetrationmgmtdispatch/libpenetrationmgmtdispatch_undef.h>
#endif // PENETRATIONMGMT__PNM0PENETRATIONREVISIONDISPATCH_HXX