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