summaryrefslogtreecommitdiff
path: root/sources/protocols/VSAbstractProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-01-27 23:04:44 +0000
committerPaul Buetow <paul@buetow.org>2009-01-27 23:04:44 +0000
commitaaddfbb50b7c7701a47362b8788eb9dfa9fe2be7 (patch)
tree1d8b4a384b9953c914b86728b79b2350645672ac /sources/protocols/VSAbstractProtocol.java
parent245e4e67d83b5461e66b22150d163f1c0155a217 (diff)
on the good way making english language support working
Diffstat (limited to 'sources/protocols/VSAbstractProtocol.java')
-rw-r--r--sources/protocols/VSAbstractProtocol.java11
1 files changed, 9 insertions, 2 deletions
diff --git a/sources/protocols/VSAbstractProtocol.java b/sources/protocols/VSAbstractProtocol.java
index 7c84312..43c8958 100644
--- a/sources/protocols/VSAbstractProtocol.java
+++ b/sources/protocols/VSAbstractProtocol.java
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org
+ * VS-Simulator (http://vs-sim.buetow.org)
+ * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -31,7 +32,6 @@ import events.*;
import events.internal.*;
import serialize.*;
import simulator.VSSimulatorVisualization;
-//import utils.*;
/**
* The class VSAbstractProtocol, this class defined the basic framework of a
@@ -404,6 +404,13 @@ abstract public class VSAbstractProtocol extends VSAbstractEvent {
}
/* (non-Javadoc)
+ * @see events.VSAbstractEvent#createShortname()()
+ */
+ protected String createShortname(String savedShortname) {
+ return savedShortname;
+ }
+
+ /* (non-Javadoc)
* @see prefs.VSPrefs#toString()
*/
public String toString() {