Implemented enough of InputCreator to have a LogInput correctly created.
[aesalon.git] / include / visualizer / IDManager.h
blob650892c937d13c75d65b3f0a654244897e72a946
1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file include/visualizer/IDManager.h
8 */
10 #ifndef AesalonVisualizer_IDManager_H
11 #define AesalonVisualizer_IDManager_H
14 namespace Visualizer {
16 class IDManager {
17 public:
18 IDManager();
19 ~IDManager();
22 } // namespace Visualizer
24 #endif