From ca09c67e85acb0ab6c85c87f0dd0c05b35262b12 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 28 May 2008 22:11:57 +0000 Subject: alle event classnames now have a VS prefix. --- sources/protocols/VSAbstractProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/protocols/VSAbstractProtocol.java') diff --git a/sources/protocols/VSAbstractProtocol.java b/sources/protocols/VSAbstractProtocol.java index 461fe01..1cb5281 100644 --- a/sources/protocols/VSAbstractProtocol.java +++ b/sources/protocols/VSAbstractProtocol.java @@ -218,7 +218,7 @@ abstract public class VSAbstractProtocol extends VSAbstractEvent { * @param time The process' local time to run the schedule at. */ public final void scheduleAt(long time) { - VSAbstractEvent scheduleEvent = new ProtocolScheduleEvent(this, currentContextIsServer); + VSAbstractEvent scheduleEvent = new VSProtocolScheduleEvent(this, currentContextIsServer); VSTask scheduleTask = new VSTask(time, process, scheduleEvent, VSTask.LOCAL); if (currentContextIsServer) serverSchedules.add(scheduleTask); -- cgit v1.2.3