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.5 KiB
79 lines
2.5 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, Aps0PlantLocationDispatch
|
|
Filename: Aps0PlantLocationDispatch.hxx
|
|
Module: aps0apscoredispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef APS0APSCORE__APS0PLANTLOCATIONDISPATCH_HXX
|
|
#define APS0APSCORE__APS0PLANTLOCATIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <aps0apscore/Aps0PlantLocation.hxx>
|
|
#include <aps0apscore/Aps0PlantLocationDelegate.hxx>
|
|
#include <foundationdispatch/CompanyLocationDispatch.hxx>
|
|
#include <aps0apscoredispatch/initializeaps0apscore.hxx>
|
|
|
|
#include <aps0apscoredispatch/libaps0apscoredispatch_exports.h>
|
|
|
|
namespace aps0apscore
|
|
{
|
|
class Aps0PlantLocationDispatch;
|
|
}
|
|
namespace aps0apscore
|
|
{
|
|
class Aps0PlantLocationDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class APS0APSCOREDISPATCH_API aps0apscore::Aps0PlantLocationDispatch
|
|
: public aps0apscore::Aps0PlantLocationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Aps0PlantLocationDispatch instance
|
|
static Aps0PlantLocationDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Aps0PlantLocationDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Aps0PlantLocationDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Aps0PlantLocationDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Aps0PlantLocationDispatch
|
|
Aps0PlantLocationDispatch( const Aps0PlantLocationDispatch& );
|
|
|
|
// Assignment operator
|
|
Aps0PlantLocationDispatch& operator = ( const Aps0PlantLocationDispatch& );
|
|
|
|
// friend
|
|
friend void ::aps0apscore::initializeaps0apscoreInternal();
|
|
friend void ::aps0apscore::initializeaps0apscoreExtenders();
|
|
friend class aps0apscore::Aps0PlantLocationDelegate;
|
|
};
|
|
|
|
#include <aps0apscoredispatch/libaps0apscoredispatch_undef.h>
|
|
#endif // APS0APSCORE__APS0PLANTLOCATIONDISPATCH_HXX
|