summaryrefslogtreecommitdiff
path: root/sources/events/VSRegisteredEvents.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-29 14:07:34 +0000
committerPaul Buetow <paul@buetow.org>2008-05-29 14:07:34 +0000
commit6d1e772d75e1fcdd033787273de1f882a0624f57 (patch)
tree319228579fbecc8bd22061fc7824ff358e1be734 /sources/events/VSRegisteredEvents.java
parentc9c76b1ef56707834c7b26342031cb3de8f72369 (diff)
reliable and basic multicast initial.
Diffstat (limited to 'sources/events/VSRegisteredEvents.java')
-rw-r--r--sources/events/VSRegisteredEvents.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/events/VSRegisteredEvents.java b/sources/events/VSRegisteredEvents.java
index 5bad385..45bff26 100644
--- a/sources/events/VSRegisteredEvents.java
+++ b/sources/events/VSRegisteredEvents.java
@@ -66,6 +66,8 @@ public final class VSRegisteredEvents {
registerEvent("protocols.implementations.VSPingPongProtocol", "Ping Pong", null);
registerEvent("protocols.implementations.VSOnePhaseCommitProtocol", "Ein-Phasen Commit", "1-Phasen Commit");
registerEvent("protocols.implementations.VSTwoPhaseCommitProtocol", "Zwei-Phasen Commit", "2-Phasen Commit");
+ registerEvent("protocols.implementations.VSBasicMulticastProtocol", "Basic Multicast", "Basic Multicast");
+ registerEvent("protocols.implementations.VSReliableMulticastProtocol", "Reliable Multicast", "Reliable Multicast");
/* Make dummy objects of each protocol, to see if they contain VSPrefs values to edit */
Vector<String> protocolClassnames = getProtocolClassnames();