diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 15:55:43 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 15:55:43 +0000 |
| commit | 30ac208bac5acb677b2359a3f21f028b5b10a2b3 (patch) | |
| tree | 1683f593e92fddf99303726d505e5d4d77bc5c4b /sources/protocols/VSRegisteredProtocols.java | |
| parent | 269558d30023525012a3b0633b030fa2e9151e29 (diff) | |
renamed the package.
Diffstat (limited to 'sources/protocols/VSRegisteredProtocols.java')
| -rw-r--r-- | sources/protocols/VSRegisteredProtocols.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/protocols/VSRegisteredProtocols.java b/sources/protocols/VSRegisteredProtocols.java index c152a59..d3bcc20 100644 --- a/sources/protocols/VSRegisteredProtocols.java +++ b/sources/protocols/VSRegisteredProtocols.java @@ -16,12 +16,12 @@ public final class VSRegisteredProtocols { protocolNames = new HashMap<String, String>(); protocolClassnames = new HashMap<String, String>(); - registerProtocol("protocols.DummyProtocol"); - registerProtocol("protocols.PingPongProtocol"); - registerProtocol("protocols.ExternalTimeSyncProtocol"); - registerProtocol("protocols.InternalTimeSyncProtocol"); - registerProtocol("protocols.BroadcastSturmProtocol"); - registerProtocol("protocols.BerkelyTimeProtocol"); + registerProtocol("protocols.implementations.DummyProtocol"); + registerProtocol("protocols.implementations.PingPongProtocol"); + registerProtocol("protocols.implementations.ExternalTimeSyncProtocol"); + registerProtocol("protocols.implementations.InternalTimeSyncProtocol"); + registerProtocol("protocols.implementations.BroadcastSturmProtocol"); + registerProtocol("protocols.implementations.BerkelyTimeProtocol"); } public static Vector<String> getProtocolNames() { |
