summaryrefslogtreecommitdiff
path: root/sources/protocols/VSProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-20 21:22:10 +0000
committerPaul Buetow <paul@buetow.org>2008-05-20 21:22:10 +0000
commite2f8fdc3156040f47264871ded692a3fb90df779 (patch)
treec0a3404515822f1526bab5e8bfe1a09e63678972 /sources/protocols/VSProtocol.java
parent263d8a4f43ed2d319a88bd11e05112daf8133aa2 (diff)
Loggin texts cleaned.
Diffstat (limited to 'sources/protocols/VSProtocol.java')
-rw-r--r--sources/protocols/VSProtocol.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/protocols/VSProtocol.java b/sources/protocols/VSProtocol.java
index 9ff1512..df22e51 100644
--- a/sources/protocols/VSProtocol.java
+++ b/sources/protocols/VSProtocol.java
@@ -68,7 +68,6 @@ abstract public class VSProtocol extends VSEvent {
abstract protected void onClientStart();
abstract protected void onClientReset();
abstract protected void onClientRecv(VSMessage message);
-
abstract protected void onServerReset();
abstract protected void onServerRecv(VSMessage message);