aboutsummaryrefslogtreecommitdiff
path: root/src/tests/teltest/telnetmonitor.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-11-21 22:23:35 +0000
committerMike Buland <eichlan@xagasoft.com>2006-11-21 22:23:35 +0000
commita6e4c198a23217f126a5abf759b91382dd829e90 (patch)
tree1d0d8b8277119ae8cad75a9dc14c5340ac08d7f0 /src/tests/teltest/telnetmonitor.cpp
parent54c441564ab1052d4f778c1d43f3bd468917e3d1 (diff)
downloadlibbu++-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/telnetmonitor.cpp')
-rw-r--r--src/tests/teltest/telnetmonitor.cpp1
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
35LinkMessage* TelnetMonitor::processIRM( LinkMessage *pMsg ) 35LinkMessage* TelnetMonitor::processIRM( LinkMessage *pMsg )
36{ 36{
37 return NULL;
37} 38}
38 39
39bool TelnetMonitor::onNewConnection( Connection *pCon, int nPort ) 40bool TelnetMonitor::onNewConnection( Connection *pCon, int nPort )