summaryrefslogtreecommitdiff
path: root/sources/events/VSRegisteredEvents.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-26 15:59:39 +0000
committerPaul Buetow <paul@buetow.org>2008-05-26 15:59:39 +0000
commitd0b6e434d76cfea9e3096f0d50706c9a286a4b9d (patch)
treeeeb76b267bdfb08e328794679e713065dd6755b5 /sources/events/VSRegisteredEvents.java
parent9ffbf6d8b94e8ae40ebc291eab6bd96aff3477b0 (diff)
VSPrefs sorted.
Diffstat (limited to 'sources/events/VSRegisteredEvents.java')
-rw-r--r--sources/events/VSRegisteredEvents.java4
1 files changed, 4 insertions, 0 deletions
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<String> protocolClassnames = getProtocolClassnames();
@@ -63,6 +65,8 @@ public final class VSRegisteredEvents {
editableProtocolsClassnames.add(protocolClassname);
}
}
+
+ //Collections.sort(editableProtocolsClassnames);
}
/**