File indexing completed on 2024-04-28 04:01:23

0001 /* -*- C++ -*-
0002     Shared pointer based jobs in ThreadWeaver.
0003 
0004     SPDX-FileCopyrightText: 2005-2013 Mirko Boehm <mirko@kde.org>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #ifndef THREADWEAVER_JOBPOINTER_H
0010 #define THREADWEAVER_JOBPOINTER_H
0011 
0012 // JobPointer is declared together with JobInterface
0013 #include "jobinterface.h"
0014 
0015 #endif // THREADWEAVER_JOBPOINTER_H