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.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, PhysLocationUsageDataDispatch
Filename: PhysLocationUsageDataDispatch.hxx
Module: asmaintaineddispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ASMAINTAINED__PHYSLOCATIONUSAGEDATADISPATCH_HXX
#define TEAMCENTER__ASMAINTAINED__PHYSLOCATIONUSAGEDATADISPATCH_HXX
#include <vector>
#include <asmaintained/PhysLocationUsageData.hxx>
#include <asmaintained/PhysLocationUsageDataDelegate.hxx>
#include <foundationdispatch/POM_objectDispatch.hxx>
#include <asmaintaineddispatch/initializeasmaintained.hxx>
#include <asmaintaineddispatch/libasmaintaineddispatch_exports.h>
namespace Teamcenter
{
namespace asmaintained
{
class PhysLocationUsageDataDispatch;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysLocationUsageDataDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class ASMAINTAINEDDISPATCH_API Teamcenter::asmaintained::PhysLocationUsageDataDispatch
: public Teamcenter::asmaintained::PhysLocationUsageDataDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PhysLocationUsageDataDispatch instance
static PhysLocationUsageDataDispatch& getInstance();
private:
// Pointer to the dispatch instance
static PhysLocationUsageDataDispatch* m_dispatch;
// Default Constructor
PhysLocationUsageDataDispatch();
// Default Destructor
virtual ~PhysLocationUsageDataDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a PhysLocationUsageDataDispatch
PhysLocationUsageDataDispatch( const PhysLocationUsageDataDispatch& );
// Assignment operator
PhysLocationUsageDataDispatch& operator = ( const PhysLocationUsageDataDispatch& );
// friend
friend void ::asmaintained::initializeasmaintainedInternal();
friend void ::asmaintained::initializeasmaintainedExtenders();
friend class Teamcenter::asmaintained::PhysLocationUsageDataDelegate;
};
#include <asmaintaineddispatch/libasmaintaineddispatch_undef.h>
#endif // TEAMCENTER__ASMAINTAINED__PHYSLOCATIONUSAGEDATADISPATCH_HXX