aboutsummaryrefslogtreecommitdiff
path: root/src/clientlink.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-02-10 19:17:56 +0000
committerMike Buland <eichlan@xagasoft.com>2008-02-10 19:17:56 +0000
commit5093edfb74b24c5782591af0d85134c295c6b0e6 (patch)
treeda2b3fae2b811aa92128c2d06ead4abc4e1e2839 /src/clientlink.h
parentd0c6349244bdf859d10f6644b67b8baf4629eed2 (diff)
downloadlibbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.tar.gz
libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.tar.bz2
libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.tar.xz
libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.zip
Huh, forgot to commit the rest of the updates/changes/etc for the new
sever/client-link system.
Diffstat (limited to 'src/clientlink.h')
-rw-r--r--src/clientlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientlink.h b/src/clientlink.h
index c5bb0d9..6e3a3a1 100644
--- a/src/clientlink.h
+++ b/src/clientlink.h
@@ -18,7 +18,7 @@ namespace Bu
18 ClientLink(); 18 ClientLink();
19 virtual ~ClientLink(); 19 virtual ~ClientLink();
20 20
21 virtual void sendMsg( const Bu::FString &sMsg )=0; 21 virtual void sendMessage( const Bu::FString &sMsg )=0;
22 }; 22 };
23}; 23};
24 24