From d0b6e434d76cfea9e3096f0d50706c9a286a4b9d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 May 2008 15:59:39 +0000 Subject: VSPrefs sorted. --- sources/events/VSRegisteredEvents.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sources/events/VSRegisteredEvents.java') diff --git a/sources/events/VSRegisteredEvents.java b/sources/events/VSRegisteredEvents.java index 6413314..ca0b224 100644 --- a/sources/events/VSRegisteredEvents.java +++ b/sources/events/VSRegisteredEvents.java @@ -51,6 +51,8 @@ public final class VSRegisteredEvents { registerEvent("protocols.implementations.ExternalTimeSyncProtocol", "Christians Methode zur externen Sync.", "Christians"); registerEvent("protocols.implementations.InternalTimeSyncProtocol", "Interne Synchronisation", "Interne Sync."); registerEvent("protocols.implementations.PingPongProtocol", "Ping Pong", null); + registerEvent("protocols.implementations.OnePhaseCommitProtocol", "Ein-Phasen Commit", "1-Phasen Commit"); + registerEvent("protocols.implementations.TwoPhaseCommitProtocol", "Zwei-Phasen Commit", "2-Phasen Commit"); /* Make dummy objects of each protocol, to see if they contain VSPrefs values to edit */ Vector protocolClassnames = getProtocolClassnames(); @@ -63,6 +65,8 @@ public final class VSRegisteredEvents { editableProtocolsClassnames.add(protocolClassname); } } + + //Collections.sort(editableProtocolsClassnames); } /** -- cgit v1.2.3