From 5093edfb74b24c5782591af0d85134c295c6b0e6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 10 Feb 2008 19:17:56 +0000 Subject: Huh, forgot to commit the rest of the updates/changes/etc for the new sever/client-link system. --- src/itoserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itoserver.cpp') diff --git a/src/itoserver.cpp b/src/itoserver.cpp index 6513536..fc1f40b 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp @@ -202,7 +202,7 @@ Bu::ItoServer::SrvClientLink::~SrvClientLink() { } -void Bu::ItoServer::SrvClientLink::sendMsg( const Bu::FString &sMsg ) +void Bu::ItoServer::SrvClientLink::sendMessage( const Bu::FString &sMsg ) { if( !pClient->imProto.trylock() ) { -- cgit v1.2.3