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

//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, Osl0CompactRDFWriterDispatch
Filename: Osl0CompactRDFWriterDispatch.hxx
Module: osl0lisoslcdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef OSL0LISOSLC__OSL0COMPACTRDFWRITERDISPATCH_HXX
#define OSL0LISOSLC__OSL0COMPACTRDFWRITERDISPATCH_HXX
#include <vector>
#include <Osl0lisoslc/Osl0CompactRDFWriter.hxx>
#include <Osl0lisoslc/Osl0CompactRDFWriterDelegate.hxx>
#include <lis0lisfmwrkdispatch/Lis0CompactRDFWriterDispatch.hxx>
#include <osl0lisoslcdispatch/initializeosl0lisoslc.hxx>
#include <osl0lisoslcdispatch/libosl0lisoslcdispatch_exports.h>
namespace osl0lisoslc
{
class Osl0CompactRDFWriterDispatch;
}
namespace osl0lisoslc
{
class Osl0CompactRDFWriterDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class OSL0LISOSLCDISPATCH_API osl0lisoslc::Osl0CompactRDFWriterDispatch
: public osl0lisoslc::Osl0CompactRDFWriterDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Osl0CompactRDFWriterDispatch instance
static Osl0CompactRDFWriterDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Osl0CompactRDFWriterDispatch* m_dispatch;
// Default Constructor
Osl0CompactRDFWriterDispatch();
// Default Destructor
virtual ~Osl0CompactRDFWriterDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Osl0CompactRDFWriterDispatch
Osl0CompactRDFWriterDispatch( const Osl0CompactRDFWriterDispatch& );
// Assignment operator
Osl0CompactRDFWriterDispatch& operator = ( const Osl0CompactRDFWriterDispatch& );
// friend
friend void ::osl0lisoslc::initializeosl0lisoslcInternal();
friend void ::osl0lisoslc::initializeosl0lisoslcExtenders();
friend class osl0lisoslc::Osl0CompactRDFWriterDelegate;
};
#include <osl0lisoslcdispatch/libosl0lisoslcdispatch_undef.h>
#endif // OSL0LISOSLC__OSL0COMPACTRDFWRITERDISPATCH_HXX