diff options
Diffstat (limited to 'comm')
-rw-r--r-- | comm/OLD/Agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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*); |