summaryrefslogtreecommitdiff
path: root/sources/simulator/VSCreateTask.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-04 20:44:54 +0000
committerPaul Buetow <paul@buetow.org>2008-08-04 20:44:54 +0000
commit8ae434c63e6382a8cb850551d947285f5fcb3c25 (patch)
tree751b0b24cd86768d57e9338cf0718485f68a095e /sources/simulator/VSCreateTask.java
parentbb4eb6634485d05e9e8cff6497c60ef696a28eeb (diff)
restructured stuff
Diffstat (limited to 'sources/simulator/VSCreateTask.java')
-rw-r--r--sources/simulator/VSCreateTask.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/simulator/VSCreateTask.java b/sources/simulator/VSCreateTask.java
index 1363c6c..346263d 100644
--- a/sources/simulator/VSCreateTask.java
+++ b/sources/simulator/VSCreateTask.java
@@ -174,7 +174,7 @@ public class VSCreateTask {
*
* @return the new task
*/
- public VSTask createTask(VSProcess process, long time,
+ public VSTask createTask(VSInternalProcess process, long time,
boolean localTimedTask) {
VSAbstractEvent event = null;