summaryrefslogtreecommitdiff
path: root/src/utils/timer.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-04 16:58:20 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-04 16:58:20 +0000
commitce849af300a70425b574b724c62dc9f5fce6016b (patch)
tree2e5cc9fb5d5fda6a7fba4ffc87fa012de23da745 /src/utils/timer.cpp
parent0d189c79a2d3be98e176987e6aca15fd2c618ef0 (diff)
downloadmanaserv-ce849af300a70425b574b724c62dc9f5fce6016b.tar.gz
manaserv-ce849af300a70425b574b724c62dc9f5fce6016b.tar.bz2
manaserv-ce849af300a70425b574b724c62dc9f5fce6016b.tar.xz
manaserv-ce849af300a70425b574b724c62dc9f5fce6016b.zip
Generalized the properties functionality as was done in the client before.
Removed some more remaining usages of tmwserv namespace. Added some documentation and de-complicized the code a bit. Removed checks for SDL and SDL_net.
Diffstat (limited to 'src/utils/timer.cpp')
-rw-r--r--src/utils/timer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp
index a476ebec..f055e664 100644
--- a/src/utils/timer.cpp
+++ b/src/utils/timer.cpp
@@ -22,8 +22,6 @@
#include <time.h>
#include "timer.h"
-namespace tmwserv
-{
namespace utils
{
@@ -87,4 +85,3 @@ uint64_t Timer::getTimeInMillisec()
};
} // ::utils
-} // ::tmwserv