ThreadWeaver

jobpointer.h
1/* -*- C++ -*-
2 Shared pointer based jobs in ThreadWeaver.
3
4 SPDX-FileCopyrightText: 2005-2013 Mirko Boehm <mirko@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#ifndef THREADWEAVER_JOBPOINTER_H
10#define THREADWEAVER_JOBPOINTER_H
11
12// JobPointer is declared together with JobInterface
13#include "jobinterface.h"
14
15#endif // THREADWEAVER_JOBPOINTER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 10 2024 11:45:36 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.