From 013f8cd1dfcb7d7291f7c0a1f973d27b9288a435 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 28 Nov 2000 17:07:44 +0000 Subject: New bus address scheme --- comm/BusAccess.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'comm/BusAccess.h') diff --git a/comm/BusAccess.h b/comm/BusAccess.h index 7a4abed..4c18d5c 100644 --- a/comm/BusAccess.h +++ b/comm/BusAccess.h @@ -37,6 +37,9 @@ friend class UchBusAgent; protected: static int Version; +static const char* const DefaultBus; +static const char* const DefaultBusNet; +static sword const DefaultBusPort; CcuString Name; sword ListenPort; sword BroadcastPort; @@ -54,7 +57,7 @@ static int Version; public: DnnTrigger NewAgents; - UchBusAccess (const char*, sword); + UchBusAccess (const char*, const char* = 0); ~UchBusAccess (); void Subscribe (DnnBaseReaction&, const char*, ...); void Emit (const char*, ...); -- cgit v1.1