Began proof-of-concept memory module.
[aesalon.git] / src / visualizer / PIDAllocator.cpp
blob5193960f11de3674a27bfe289fa40facab71e191
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 src/visualizer/PIDAllocator.cpp
8 */
10 #include "visualizer/PIDAllocator.h"
12 namespace Visualizer {
14 uint32_t PIDAllocator::m_nextID = 0;
16 } // namespace Visualizer