diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-10 20:09:33 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-10 20:09:33 -0700 |
commit | d268447e18c6e3edd80658f8f8d4317740c33af9 (patch) | |
tree | 587684b160d9aa4f4662a54ebe1af6ef9a85fb5f /src/utils | |
parent | f5f67e6411fb8338664372c7bc5e8f6cbeda73f4 (diff) | |
download | mana-d268447e18c6e3edd80658f8f8d4317740c33af9.tar.gz mana-d268447e18c6e3edd80658f8f8d4317740c33af9.tar.bz2 mana-d268447e18c6e3edd80658f8f8d4317740c33af9.tar.xz mana-d268447e18c6e3edd80658f8f8d4317740c33af9.zip |
Fixed header files, as well as removed the unused buddy list class (not
useful since buddy lists are tracked through the player relation
interface instead)
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/dtor.h | 5 | ||||
-rw-r--r-- | src/utils/gettext.h | 5 | ||||
-rw-r--r-- | src/utils/mutex.h | 5 | ||||
-rw-r--r-- | src/utils/strprintf.cpp | 5 | ||||
-rw-r--r-- | src/utils/strprintf.h | 5 | ||||
-rw-r--r-- | src/utils/tostring.h | 7 | ||||
-rw-r--r-- | src/utils/trim.h | 5 | ||||
-rw-r--r-- | src/utils/xml.cpp | 5 | ||||
-rw-r--r-- | src/utils/xml.h | 5 |
9 files changed, 27 insertions, 20 deletions
diff --git a/src/utils/dtor.h b/src/utils/dtor.h index 0b71fa50..96ce63d4 100644 --- a/src/utils/dtor.h +++ b/src/utils/dtor.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/gettext.h b/src/utils/gettext.h index 5281d491..f7286187 100644 --- a/src/utils/gettext.h +++ b/src/utils/gettext.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2007 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/mutex.h b/src/utils/mutex.h index 5e5df8f8..569b6808 100644 --- a/src/utils/mutex.h +++ b/src/utils/mutex.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/strprintf.cpp b/src/utils/strprintf.cpp index 07fb3508..f90e6258 100644 --- a/src/utils/strprintf.cpp +++ b/src/utils/strprintf.cpp @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2007 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/strprintf.h b/src/utils/strprintf.h index 78e7a04c..1d33c3f7 100644 --- a/src/utils/strprintf.h +++ b/src/utils/strprintf.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2007 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/tostring.h b/src/utils/tostring.h index 62eb44e4..131d559d 100644 --- a/src/utils/tostring.h +++ b/src/utils/tostring.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,8 +33,6 @@ std::string toString(const T &arg) return ss.str(); } -// TODO: Is there a good way to suppress warnings from classes which don't use -// this function? inline char *iptostring(int address) { static char asciiIP[16]; diff --git a/src/utils/trim.h b/src/utils/trim.h index b7474ac7..0602842f 100644 --- a/src/utils/trim.h +++ b/src/utils/trim.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2007 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp index 24058558..562f69e3 100644 --- a/src/utils/xml.cpp +++ b/src/utils/xml.cpp @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml.h b/src/utils/xml.h index 2e08dd50..b7d67924 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -1,8 +1,9 @@ /* - * The Mana World + * Aethyra * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of Aethyra based on original code + * from The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |