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/teltest | |
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/teltest')
-rw-r--r-- | src/tests/teltest/telnetmonitor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/teltest/telnetmonitor.cpp b/src/tests/teltest/telnetmonitor.cpp index 32c2924..65954eb 100644 --- a/src/tests/teltest/telnetmonitor.cpp +++ b/src/tests/teltest/telnetmonitor.cpp | |||
@@ -34,6 +34,7 @@ bool TelnetMonitor::timeSlice() | |||
34 | 34 | ||
35 | LinkMessage* TelnetMonitor::processIRM( LinkMessage *pMsg ) | 35 | LinkMessage* TelnetMonitor::processIRM( LinkMessage *pMsg ) |
36 | { | 36 | { |
37 | return NULL; | ||
37 | } | 38 | } |
38 | 39 | ||
39 | bool TelnetMonitor::onNewConnection( Connection *pCon, int nPort ) | 40 | bool TelnetMonitor::onNewConnection( Connection *pCon, int nPort ) |