summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)