diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 22:23:35 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 22:23:35 +0000 |
commit | a6e4c198a23217f126a5abf759b91382dd829e90 (patch) | |
tree | 1d0d8b8277119ae8cad75a9dc14c5340ac08d7f0 /src/tests/srvstress.cpp | |
parent | 54c441564ab1052d4f778c1d43f3bd468917e3d1 (diff) | |
download | libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.tar.gz libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.tar.bz2 libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.tar.xz libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.zip |
Fixed the rest of the -Wall complaints. This has made the xmlrepltest
particularly lame.
Diffstat (limited to 'src/tests/srvstress.cpp')
-rw-r--r-- | src/tests/srvstress.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/srvstress.cpp b/src/tests/srvstress.cpp index 7fe7657..d9a9a1c 100644 --- a/src/tests/srvstress.cpp +++ b/src/tests/srvstress.cpp | |||
@@ -43,6 +43,7 @@ public: | |||
43 | 43 | ||
44 | bool timeSlice() | 44 | bool timeSlice() |
45 | { | 45 | { |
46 | return true; | ||
46 | } | 47 | } |
47 | 48 | ||
48 | bool onNewConnection( Connection *pCon, int nPort ) | 49 | bool onNewConnection( Connection *pCon, int nPort ) |