diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 15:03:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 15:03:25 +0000 |
| commit | ab22e4430cc3dc752ad8980fdfabb44e1acda8e8 (patch) | |
| tree | c0c469cc49fa19c5a0295759caafe78152d5cf72 /sources/core/VSMessage.java | |
| parent | 77a150f8d20f56aff7a4b4d394ea4b4857b6918c (diff) | |
core.time package complete.
Diffstat (limited to 'sources/core/VSMessage.java')
| -rw-r--r-- | sources/core/VSMessage.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java index 466fc4d..c84d700 100644 --- a/sources/core/VSMessage.java +++ b/sources/core/VSMessage.java @@ -1,8 +1,9 @@ package core; +import core.time.*; +import events.*; import prefs.VSPrefs; import protocols.*; -import events.VSEvent; public class VSMessage extends VSPrefs implements VSEvent { private String protocolClassname; |
