summaryrefslogtreecommitdiff
path: root/comm/BusAccess.h
diff options
context:
space:
mode:
authorchatty2000-11-28 17:07:44 +0000
committerchatty2000-11-28 17:07:44 +0000
commit013f8cd1dfcb7d7291f7c0a1f973d27b9288a435 (patch)
treea680c350a029723b3c850c8a9993efd649fe6772 /comm/BusAccess.h
parent44d94a1a9e863dea9a2c30349fd723b3b661ded1 (diff)
downloadivy-league-013f8cd1dfcb7d7291f7c0a1f973d27b9288a435.zip
ivy-league-013f8cd1dfcb7d7291f7c0a1f973d27b9288a435.tar.gz
ivy-league-013f8cd1dfcb7d7291f7c0a1f973d27b9288a435.tar.bz2
ivy-league-013f8cd1dfcb7d7291f7c0a1f973d27b9288a435.tar.xz
New bus address scheme
Diffstat (limited to 'comm/BusAccess.h')
-rw-r--r--comm/BusAccess.h5
1 files changed, 4 insertions, 1 deletions
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*, ...);