summaryrefslogtreecommitdiff
path: root/comm/OLD/Server.cc
diff options
context:
space:
mode:
authorchatty1993-11-29 11:08:45 +0000
committerchatty1993-11-29 11:08:45 +0000
commit2634e35b742446e455d0b8b2ef643ca8de996c8d (patch)
tree9adc4248f60373bd8617f39e0dc5c0a1bfc2fd70 /comm/OLD/Server.cc
parentd6bd0c0e8e08660606801e846273d4740947d658 (diff)
downloadivy-league-2634e35b742446e455d0b8b2ef643ca8de996c8d.zip
ivy-league-2634e35b742446e455d0b8b2ef643ca8de996c8d.tar.gz
ivy-league-2634e35b742446e455d0b8b2ef643ca8de996c8d.tar.bz2
ivy-league-2634e35b742446e455d0b8b2ef643ca8de996c8d.tar.xz
Fixed documentation glitch
Diffstat (limited to 'comm/OLD/Server.cc')
-rw-r--r--comm/OLD/Server.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm/OLD/Server.cc b/comm/OLD/Server.cc
index 2f9dd73..82e256a 100644
--- a/comm/OLD/Server.cc
+++ b/comm/OLD/Server.cc
@@ -185,8 +185,8 @@ UchServer :: HandleRead ()
This virtual function is called whenever a new client connects to the server.
The default action is to return \com{new UchClient(ch)}.
This needs to be redefined only if you create a derived class of \typ{UchClient},
-say \typ{MY_CLIENT}, in which case it should be redefined in a derived class
-of \typ{UchServer} to return \com{new MY_CLIENT(ch)}.
+say \typ{MY\_CLIENT}, in which case it should be redefined in a derived class
+of \typ{UchServer} to return \com{new MY\_CLIENT(ch)}.
?*/
UchClient*
UchServer :: HandleNew (UchChannel* ch)