From 2634e35b742446e455d0b8b2ef643ca8de996c8d Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 29 Nov 1993 11:08:45 +0000 Subject: Fixed documentation glitch --- comm/OLD/Server.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comm/OLD/Server.cc') 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) -- cgit v1.1