summaryrefslogtreecommitdiff
path: root/comm/OLD/Agent.h
diff options
context:
space:
mode:
authorchatty1993-11-29 10:34:15 +0000
committerchatty1993-11-29 10:34:15 +0000
commit1b636920b034b3cd616d91950907c395f1fd1dca (patch)
treead51a219d4144f7eb4e5a98200827c8b763ba373 /comm/OLD/Agent.h
parentc7096e6189ee7cec99ac3bb625c045f68c4f4b8c (diff)
downloadivy-league-1b636920b034b3cd616d91950907c395f1fd1dca.zip
ivy-league-1b636920b034b3cd616d91950907c395f1fd1dca.tar.gz
ivy-league-1b636920b034b3cd616d91950907c395f1fd1dca.tar.bz2
ivy-league-1b636920b034b3cd616d91950907c395f1fd1dca.tar.xz
Changed profile of HandleNew
Diffstat (limited to 'comm/OLD/Agent.h')
-rw-r--r--comm/OLD/Agent.h2
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*);