Commit 3c8b2c3b authored by Marian Triebe's avatar Marian Triebe

Replace libcppa header with libcaf header

parent ce17dcef
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#ifndef CPPA_OPENCL_ACTOR_FACADE_HPP #ifndef CPPA_OPENCL_ACTOR_FACADE_HPP
#define CPPA_OPENCL_ACTOR_FACADE_HPP #define CPPA_OPENCL_ACTOR_FACADE_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#ifndef CPPA_OPENCL_COMMAND_HPP #ifndef CPPA_OPENCL_COMMAND_HPP
#define CPPA_OPENCL_COMMAND_HPP #define CPPA_OPENCL_COMMAND_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* *
* Copyright (C) 2011-2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Copyright (C) 2011 - 2014 *
* libcppa is free software: you can redistribute it and/or modify it under * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation, either version 3 of the License *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * (at your option) under the terms and conditions of the Boost Software *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* See the GNU Lesser General Public License for more details. *
* * * *
* You should have received a copy of the GNU Lesser General Public License * * If you did not receive a copy of the license files, see *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. * * http://opensource.org/licenses/BSD-3-Clause and *
\******************************************************************************/ * http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#ifndef CPPA_OPENCL_DEVICE_INFO_HPP #ifndef CPPA_OPENCL_DEVICE_INFO_HPP
#define CPPA_OPENCL_DEVICE_INFO_HPP #define CPPA_OPENCL_DEVICE_INFO_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#ifndef CPPA_OPENCL_GLOBAL_HPP #ifndef CPPA_OPENCL_GLOBAL_HPP
#define CPPA_OPENCL_GLOBAL_HPP #define CPPA_OPENCL_GLOBAL_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation, either version 3 of the License *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#ifndef CPPA_OPENCL_METAINFO_HPP #ifndef CPPA_OPENCL_METAINFO_HPP
#define CPPA_OPENCL_METAINFO_HPP #define CPPA_OPENCL_METAINFO_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#ifndef CPPA_OPENCL_PROGRAM_HPP #ifndef CPPA_OPENCL_PROGRAM_HPP
#define CPPA_OPENCL_PROGRAM_HPP #define CPPA_OPENCL_PROGRAM_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#ifndef CPPA_OPENCL_SMART_PTR_HPP #ifndef CPPA_OPENCL_SMART_PTR_HPP
#define CPPA_OPENCL_SMART_PTR_HPP #define CPPA_OPENCL_SMART_PTR_HPP
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#include "cppa/opencl/global.hpp" #include "cppa/opencl/global.hpp"
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation, either version 3 of the License *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#include "cppa/opencl/opencl_metainfo.hpp" #include "cppa/opencl/opencl_metainfo.hpp"
......
/******************************************************************************\ /******************************************************************************
* ___ __ * * ____ _ _____ *
* /\_ \ __/\ \ * * / ___| / \ | ___| C++ *
* \//\ \ /\_\ \ \____ ___ _____ _____ __ * * | | / _ \ | |_ Actor *
* \ \ \ \/\ \ \ '__`\ /'___\/\ '__`\/\ '__`\ /'__`\ * * | |___ / ___ \| _| Framework *
* \_\ \_\ \ \ \ \L\ \/\ \__/\ \ \L\ \ \ \L\ \/\ \L\.\_ * * \____/_/ \_|_| *
* /\____\\ \_\ \_,__/\ \____\\ \ ,__/\ \ ,__/\ \__/.\_\ *
* \/____/ \/_/\/___/ \/____/ \ \ \/ \ \ \/ \/__/\/_/ *
* \ \_\ \ \_\ *
* \/_/ \/_/ *
* * * *
* Copyright (C) 2011-2014 * * Copyright (C) 2011 - 2014 *
* Dominik Charousset <dominik.charousset@haw-hamburg.de> * * Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* Raphael Hiesgen <raphael.hiesgen@haw-hamburg.de> *
* * * *
* This file is part of libcppa. * * Distributed under the terms and conditions of the BSD 3-Clause License or *
* libcppa is free software: you can redistribute it and/or modify it under * * (at your option) under the terms and conditions of the Boost Software *
* the terms of the GNU Lesser General Public License as published by the * * License 1.0. See accompanying files LICENSE and LICENCE_ALTERNATIVE. *
* Free Software Foundation; either version 2.1 of the License, *
* or (at your option) any later version. *
* * * *
* libcppa is distributed in the hope that it will be useful, * * If you did not receive a copy of the license files, see *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * http://opensource.org/licenses/BSD-3-Clause and *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * http://www.boost.org/LICENSE_1_0.txt. *
* See the GNU Lesser General Public License for more details. * ******************************************************************************/
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#include <vector> #include <vector>
#include <string> #include <string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment