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.6 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, Smr0BoolCharDefinitionDispatch
Filename: Smr0BoolCharDefinitionDispatch.hxx
Module: mrocoredispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MROCORE__SMR0BOOLCHARDEFINITIONDISPATCH_HXX
#define TEAMCENTER__MROCORE__SMR0BOOLCHARDEFINITIONDISPATCH_HXX
#include <vector>
#include <mrocore/Smr0BoolCharDefinition.hxx>
#include <mrocore/Smr0BoolCharDefinitionDelegate.hxx>
#include <mrocoredispatch/ObsCharDefinitionDispatch.hxx>
#include <mrocoredispatch/initializemrocore.hxx>
#include <mrocoredispatch/libmrocoredispatch_exports.h>
namespace Teamcenter
{
namespace mrocore
{
class Smr0BoolCharDefinitionDispatch;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0BoolCharDefinitionDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class MROCOREDISPATCH_API Teamcenter::mrocore::Smr0BoolCharDefinitionDispatch
: public Teamcenter::mrocore::Smr0BoolCharDefinitionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Smr0BoolCharDefinitionDispatch instance
static Smr0BoolCharDefinitionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Smr0BoolCharDefinitionDispatch* m_dispatch;
// Default Constructor
Smr0BoolCharDefinitionDispatch();
// Default Destructor
virtual ~Smr0BoolCharDefinitionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Smr0BoolCharDefinitionDispatch
Smr0BoolCharDefinitionDispatch( const Smr0BoolCharDefinitionDispatch& );
// Assignment operator
Smr0BoolCharDefinitionDispatch& operator = ( const Smr0BoolCharDefinitionDispatch& );
// friend
friend void ::Teamcenter::mrocore::initializemrocoreInternal();
friend void ::Teamcenter::mrocore::initializemrocoreExtenders();
friend class Teamcenter::mrocore::Smr0BoolCharDefinitionDelegate;
};
#include <mrocoredispatch/libmrocoredispatch_undef.h>
#endif // TEAMCENTER__MROCORE__SMR0BOOLCHARDEFINITIONDISPATCH_HXX