summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/DummyProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-27 20:13:54 +0000
committerPaul Buetow <paul@buetow.org>2008-05-27 20:13:54 +0000
commit23055ca47090021dbf84d05d5e14c8990479bfe1 (patch)
tree36edcf38df1569abb3f81f92cf6b6acc1689b714 /sources/protocols/implementations/DummyProtocol.java
parentfae58d2173039e70ad94075d49c0c500e935e454 (diff)
onServerStart vs onClientStart works.
Diffstat (limited to 'sources/protocols/implementations/DummyProtocol.java')
-rw-r--r--sources/protocols/implementations/DummyProtocol.java1
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());
}