From 5ff43b1a4abd06a47a996b817846567f8d1bc615 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 25 Aug 2006 22:44:09 +0000 Subject: Fixed more stuff in the connection class. Yay. --- src/test/srvstress/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test/srvstress/main.cpp') diff --git a/src/test/srvstress/main.cpp b/src/test/srvstress/main.cpp index c7795e4..7fe7657 100644 --- a/src/test/srvstress/main.cpp +++ b/src/test/srvstress/main.cpp @@ -13,6 +13,10 @@ public: case 'd': throw "Hello"; break; + + case 'w': + getConnection()->appendOutput("Hello"); + break; }; return true; -- cgit v1.2.3