From 6d1e772d75e1fcdd033787273de1f882a0624f57 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 May 2008 14:07:34 +0000 Subject: reliable and basic multicast initial. --- sources/events/VSRegisteredEvents.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/events/VSRegisteredEvents.java') 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 protocolClassnames = getProtocolClassnames(); -- cgit v1.2.3