summaryrefslogtreecommitdiff
path: root/comm/OLD/Agent.h
diff options
context:
space:
mode:
authorchatty1994-05-10 11:36:23 +0000
committerchatty1994-05-10 11:36:23 +0000
commitb0fff9b9e5becf35cdd051a81d0574a3a6c3be2a (patch)
treef6e866161bb17587d344d0fbdf30cef57b435444 /comm/OLD/Agent.h
parent6f03fc87b2858caf3424639cbba2d38f8f8f3029 (diff)
downloadivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.zip
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.gz
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.bz2
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.xz
replaced TRUE/FALSE by true/false
Diffstat (limited to 'comm/OLD/Agent.h')
-rw-r--r--comm/OLD/Agent.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/comm/OLD/Agent.h b/comm/OLD/Agent.h
index 2db4b18..9b270af 100644
--- a/comm/OLD/Agent.h
+++ b/comm/OLD/Agent.h
@@ -51,12 +51,12 @@ inline UchBaseMultiplexer* GetMultiplexer () { return Mpx; }
MPX_RES Run ();
void Unlisten ();
- void Broadcast (UchMessage&, bool = FALSE);
- void Broadcast (UchMessage&, UchRemoteAgent*, bool = FALSE);
- void Broadcast (UchMsgBuffer&, bool = FALSE);
- void Broadcast (UchMsgBuffer&, UchRemoteAgent*, bool = FALSE);
+ void Broadcast (UchMessage&, bool = false);
+ void Broadcast (UchMessage&, UchRemoteAgent*, bool = false);
+ void Broadcast (UchMsgBuffer&, bool = false);
+ void Broadcast (UchMsgBuffer&, UchRemoteAgent*, bool = false);
-virtual UchRemoteAgent* HandleNew (UchChannel*);
+virtual UchRemoteAgent* CreateRemote (int);
virtual void HandleRemove (UchRemoteAgent*);
virtual bool SysError (errtype, const char*, int = 0, int = 0);
virtual void Error (errtype, const char*, const char*);
@@ -73,7 +73,7 @@ public:
UchRemoteAgent (UchAgent*);
UchRemoteAgent (const UchRemoteAgent& cl);
UchRemoteAgent (UchAgent*, UchAddress*);
- UchRemoteAgent (UchAgent*, UchChannel* ch);
+ UchRemoteAgent (UchAgent*, int);
~UchRemoteAgent ();
UchChannel* Copy () const;