diff options
Diffstat (limited to 'sources/protocols/implementations/PingPongProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/PingPongProtocol.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/protocols/implementations/PingPongProtocol.java b/sources/protocols/implementations/PingPongProtocol.java index 167feb6..4082dd3 100644 --- a/sources/protocols/implementations/PingPongProtocol.java +++ b/sources/protocols/implementations/PingPongProtocol.java @@ -66,6 +66,12 @@ public class PingPongProtocol extends VSAbstractProtocol { } /* (non-Javadoc) + * @see protocols.VSAbstractProtocol#onClientSchedule() + */ + protected void onClientSchedule() { + } + + /* (non-Javadoc) * @see protocols.VSAbstractProtocol#onServerReset() */ protected void onServerReset() { @@ -88,6 +94,12 @@ public class PingPongProtocol extends VSAbstractProtocol { } /* (non-Javadoc) + * @see protocols.VSAbstractProtocol#onServerSchedule() + */ + protected void onServerSchedule() { + } + + /* (non-Javadoc) * @see protocols.VSAbstractProtocol#toString() */ public String toString() { |
