Changeset 36 in pacpusframework for trunk/src/PacpusTools
- Timestamp:
- Jan 8, 2013, 7:22:25 PM (12 years ago)
- Location:
- trunk/src/PacpusTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusTools/src/AsyncWorkerBase.cpp
r31 r36 1 1 /** 2 2 * 3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0. 4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved. 3 * This file is part of the PACPUS framework distributed under the 4 * CECILL-C License, Version 1.0. 5 * 6 * @author Samuel Gosselin 7 * @date December, 2012 8 * @version $Id$ 9 * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved. 10 * @brief Async worker base class 5 11 * 6 * See the LICENSE file for more information or a copy at: 7 * http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt 8 * 12 * Detailed description of file... 13 * 9 14 */ 10 15 16 11 17 // Includes, pacpus. 12 #include < kernel/Log.h>13 #include <Pacpus Tools/AsyncWorkerBase.h>18 #include <Pacpus/kernel/Log.h> 19 #include <Pacpus/PacpusTools/AsyncWorkerBase.h> 14 20 15 21 // Includes, qt. … … 17 23 18 24 using namespace pacpus; 19 DECLARE_STATIC_LOGGER("pa mu.core.workers");25 DECLARE_STATIC_LOGGER("pacpus.core.workers"); 20 26 21 27 AsyncWorkerBase::AsyncWorkerBase() -
trunk/src/PacpusTools/src/PeriodicWorker.cpp
r31 r36 1 1 /** 2 2 * 3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0. 4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved. 3 * This file is part of the PACPUS framework distributed under the 4 * CECILL-C License, Version 1.0. 5 * 6 * @author Samuel Gosselin 7 * @date December, 2012 8 * @version $Id$ 9 * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved. 10 * @brief Periodic worker base class 5 11 * 6 * See the LICENSE file for more information or a copy at: 7 * http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt 8 * 12 * Detailed description of file... 13 * 9 14 */ 10 15 16 11 17 // Includes, pacpus. 12 #include <Pacpus Tools/PeriodicWorker.h>18 #include <Pacpus/PacpusTools/PeriodicWorker.h> 13 19 14 20 // Includes, qt.
Note:
See TracChangeset
for help on using the changeset viewer.