diff options
| author | manuel <manuel@mausz.at> | 2011-04-10 21:34:29 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-10 21:34:29 +0200 |
| commit | 817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 (patch) | |
| tree | 81f0eea0617d05604e6636cb020509f9ec504e6e /pacman-c++/util.h | |
| parent | d0eafb0124a39eeda6c00595a943ce9811d589c4 (diff) | |
| download | foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.gz foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.bz2 foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.zip | |
- first round of coding cleanup
- small sound fix
Diffstat (limited to 'pacman-c++/util.h')
| -rw-r--r-- | pacman-c++/util.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h index 4c0ccb0..1422dee 100644 --- a/pacman-c++/util.h +++ b/pacman-c++/util.h | |||
| @@ -7,11 +7,10 @@ | |||
| 7 | 7 | ||
| 8 | class QTcpSocket; | 8 | class QTcpSocket; |
| 9 | 9 | ||
| 10 | namespace Util { | 10 | namespace Util |
| 11 | { | ||
| 11 | Transmission::map_t createUninitialisedMap(); | 12 | Transmission::map_t createUninitialisedMap(); |
| 12 | 13 | Transmission::map_t createDemoMap(); | |
| 13 | Transmission::map_t createDummyMap(); | ||
| 14 | |||
| 15 | Transmission::map_t createEmptyMap(); | 14 | Transmission::map_t createEmptyMap(); |
| 16 | 15 | ||
| 17 | // default is to assert false with -1 | 16 | // default is to assert false with -1 |
