summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/InternalTimeSyncProtocol.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/InternalTimeSyncProtocol.java
parentfae58d2173039e70ad94075d49c0c500e935e454 (diff)
onServerStart vs onClientStart works.
Diffstat (limited to 'sources/protocols/implementations/InternalTimeSyncProtocol.java')
-rw-r--r--sources/protocols/implementations/InternalTimeSyncProtocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/InternalTimeSyncProtocol.java b/sources/protocols/implementations/InternalTimeSyncProtocol.java
index c35e201..3c1d5d5 100644
--- a/sources/protocols/implementations/InternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/InternalTimeSyncProtocol.java
@@ -21,8 +21,8 @@ public class InternalTimeSyncProtocol extends VSAbstractProtocol {
* Instantiates a new internal time sync protocol.
*/
public InternalTimeSyncProtocol() {
+ super(VSAbstractProtocol.HAS_ON_CLIENT_START);
setClassname(getClass().toString());
-
}
/* (non-Javadoc)