diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-18 19:36:09 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-18 19:36:09 +0000 |
| commit | 5d50dcd635b9f17eb89688650860730b8e3e859f (patch) | |
| tree | 7a2699a1fb19fce9cc3d1a5b03fe4315b7e0d08b /sources/protocols/VSProtocol.java | |
| parent | 2d45de18df35f6d3ba4ca0b86ec1188e49637413 (diff) | |
Backup
Diffstat (limited to 'sources/protocols/VSProtocol.java')
| -rw-r--r-- | sources/protocols/VSProtocol.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sources/protocols/VSProtocol.java b/sources/protocols/VSProtocol.java index ceca348..71b819f 100644 --- a/sources/protocols/VSProtocol.java +++ b/sources/protocols/VSProtocol.java @@ -9,11 +9,6 @@ abstract public class VSProtocol extends VSEvent { private boolean isClient; private boolean currentContextIsServer; - public void init(VSProcess process) { - super.init(process); - onInit(); - } - protected void sendMessage(VSMessage message) { process.increaseLamportTime(); process.increaseVectorTime(); |
