summaryrefslogtreecommitdiff
path: root/comm/OLD/Agent.h
diff options
context:
space:
mode:
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;