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/PIDAllocator.h
10 #ifndef AesalonVisualizer_PIDAllocator_H
11 #define AesalonVisualizer_PIDAllocator_H
15 namespace Visualizer
{
19 static uint32_t m_nextID
;
21 static uint32_t nextID() { return ++m_nextID
; }
24 } // namespace Visualizer