From 67d47d893bc582fbd06da8bd93a1c416fa314ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 11 Dec 2014 11:07:04 +0100 Subject: Prototype of Async library --- async/src/async_impl.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 async/src/async_impl.h (limited to 'async/src/async_impl.h') diff --git a/async/src/async_impl.h b/async/src/async_impl.h new file mode 100644 index 0000000..46bc25d --- /dev/null +++ b/async/src/async_impl.h @@ -0,0 +1,32 @@ +/* + * Copyright 2014 Daniel Vrátil + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License or (at your option) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + +#ifndef ASYNC_IMPL_H +#define ASYNC_IMPL_H + +#include "async.h" + +namespace Async { + + +} // namespace Async + +#endif // ASYNC_IMPL_H \ No newline at end of file -- cgit v1.2.3