aboutsummaryrefslogtreecommitdiff
path: root/src/test/srvstress/main.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-25 22:44:09 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-25 22:44:09 +0000
commit5ff43b1a4abd06a47a996b817846567f8d1bc615 (patch)
tree59d13dad781bf3f285c337429128fb241007ab3d /src/test/srvstress/main.cpp
parente1f398363812115611d20c0c803802c78ed65974 (diff)
downloadlibbu++-5ff43b1a4abd06a47a996b817846567f8d1bc615.tar.gz
libbu++-5ff43b1a4abd06a47a996b817846567f8d1bc615.tar.bz2
libbu++-5ff43b1a4abd06a47a996b817846567f8d1bc615.tar.xz
libbu++-5ff43b1a4abd06a47a996b817846567f8d1bc615.zip
Fixed more stuff in the connection class. Yay.
Diffstat (limited to '')
-rw-r--r--src/test/srvstress/main.cpp4
1 files changed, 4 insertions, 0 deletions
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:
13 case 'd': 13 case 'd':
14 throw "Hello"; 14 throw "Hello";
15 break; 15 break;
16
17 case 'w':
18 getConnection()->appendOutput("Hello");
19 break;
16 }; 20 };
17 21
18 return true; 22 return true;