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.4 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, TcUsagePartOccDispatch
Filename: TcUsagePartOccDispatch.hxx
Module: cbadispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CBA__TCUSAGEPARTOCCDISPATCH_HXX
#define TEAMCENTER__CBA__TCUSAGEPARTOCCDISPATCH_HXX
#include <vector>
#include <cba/TcUsagePartOcc.hxx>
#include <cba/TcUsagePartOccDelegate.hxx>
#include <foundationdispatch/RuntimeBusinessObjectDispatch.hxx>
#include <cbadispatch/initializecba.hxx>
#include <cbadispatch/libcbadispatch_exports.h>
namespace Teamcenter
{
namespace cba
{
class TcUsagePartOccDispatch;
}
}
namespace Teamcenter
{
namespace cba
{
class TcUsagePartOccDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CBADISPATCH_API Teamcenter::cba::TcUsagePartOccDispatch
: public Teamcenter::cba::TcUsagePartOccDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the TcUsagePartOccDispatch instance
static TcUsagePartOccDispatch& getInstance();
private:
// Pointer to the dispatch instance
static TcUsagePartOccDispatch* m_dispatch;
// Default Constructor
TcUsagePartOccDispatch();
// Default Destructor
virtual ~TcUsagePartOccDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a TcUsagePartOccDispatch
TcUsagePartOccDispatch( const TcUsagePartOccDispatch& );
// Assignment operator
TcUsagePartOccDispatch& operator = ( const TcUsagePartOccDispatch& );
// friend
friend void ::Teamcenter::cba::initializecbaInternal();
friend void ::Teamcenter::cba::initializecbaExtenders();
friend class Teamcenter::cba::TcUsagePartOccDelegate;
};
#include <cbadispatch/libcbadispatch_undef.h>
#endif // TEAMCENTER__CBA__TCUSAGEPARTOCCDISPATCH_HXX