From aaddfbb50b7c7701a47362b8788eb9dfa9fe2be7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2009 23:04:44 +0000 Subject: on the good way making english language support working --- sources/events/internal/VSAbstractInternalEvent.java | 10 +++++++++- sources/events/internal/VSProtocolEvent.java | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'sources/events/internal') diff --git a/sources/events/internal/VSAbstractInternalEvent.java b/sources/events/internal/VSAbstractInternalEvent.java index 5921945..ae0e2b8 100644 --- a/sources/events/internal/VSAbstractInternalEvent.java +++ b/sources/events/internal/VSAbstractInternalEvent.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 @@ -38,6 +39,13 @@ abstract public class VSAbstractInternalEvent extends VSAbstractEvent { /** The serial version uid */ private static final long serialVersionUID = 1L; + /* (non-Javadoc) + * @see events.VSAbstractEvent#createShortname()() + */ + protected String createShortname(String savedShortname) { + return savedShortname; + } + /* (non-Javadoc) * @see serialize.VSSerializable#serialize(serialize.VSSerialize, * java.io.ObjectOutputStream) diff --git a/sources/events/internal/VSProtocolEvent.java b/sources/events/internal/VSProtocolEvent.java index b4a01ce..92af81e 100644 --- a/sources/events/internal/VSProtocolEvent.java +++ b/sources/events/internal/VSProtocolEvent.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 @@ -29,7 +30,6 @@ import core.VSInternalProcess; import events.*; import protocols.VSAbstractProtocol; import serialize.VSSerialize; -//import simulator.VSSimulatorVisualization; /** * The class VSProtocolEvent, this event is used if a protocol (server or -- cgit v1.2.3