From 1b636920b034b3cd616d91950907c395f1fd1dca Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 29 Nov 1993 10:34:15 +0000 Subject: Changed profile of HandleNew --- comm/OLD/Agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comm/OLD') diff --git a/comm/OLD/Agent.h b/comm/OLD/Agent.h index 7f2149f..2db4b18 100644 --- a/comm/OLD/Agent.h +++ b/comm/OLD/Agent.h @@ -56,7 +56,7 @@ inline UchBaseMultiplexer* GetMultiplexer () { return Mpx; } void Broadcast (UchMsgBuffer&, bool = FALSE); void Broadcast (UchMsgBuffer&, UchRemoteAgent*, bool = FALSE); -virtual void HandleNew (UchRemoteAgent*); +virtual UchRemoteAgent* HandleNew (UchChannel*); virtual void HandleRemove (UchRemoteAgent*); virtual bool SysError (errtype, const char*, int = 0, int = 0); virtual void Error (errtype, const char*, const char*); -- cgit v1.1