From 801e7de1f85656746d832508baf4583907826420 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 23 Apr 2010 15:14:00 +0000 Subject: Minor updates to the List class, unchecked corner cases. The CsvWriter now writes csv. It understands both excel formatting and c-style, which I made up myself (it's just c-style escape sequences). Sha1 is converted to work with the CryptoHash API and it does indeed work. --- src/multiserver.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/multiserver.cpp') diff --git a/src/multiserver.cpp b/src/multiserver.cpp index dd2da3b..4eccde8 100644 --- a/src/multiserver.cpp +++ b/src/multiserver.cpp @@ -48,3 +48,8 @@ void Bu::MultiServer::shutdown() Bu::Server::shutdown(); } +void Bu::MultiServer::tick() +{ + Bu::Server::tick(); +} + -- cgit v1.2.3