diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-27 20:13:54 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-27 20:13:54 +0000 |
| commit | 23055ca47090021dbf84d05d5e14c8990479bfe1 (patch) | |
| tree | 36edcf38df1569abb3f81f92cf6b6acc1689b714 /sources/protocols/implementations/DummyProtocol.java | |
| parent | fae58d2173039e70ad94075d49c0c500e935e454 (diff) | |
onServerStart vs onClientStart works.
Diffstat (limited to 'sources/protocols/implementations/DummyProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/DummyProtocol.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/protocols/implementations/DummyProtocol.java b/sources/protocols/implementations/DummyProtocol.java index 91e46c8..dee873e 100644 --- a/sources/protocols/implementations/DummyProtocol.java +++ b/sources/protocols/implementations/DummyProtocol.java @@ -17,6 +17,7 @@ public class DummyProtocol extends VSAbstractProtocol { * Instantiates a new dummy protocol. */ public DummyProtocol() { + super(VSAbstractProtocol.HAS_ON_CLIENT_START); setClassname(getClass().toString()); } |
