summaryrefslogtreecommitdiff
path: root/sources/core/time/VSTime.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-17 14:58:43 +0000
committerPaul Buetow <paul@buetow.org>2008-05-17 14:58:43 +0000
commit77a150f8d20f56aff7a4b4d394ea4b4857b6918c (patch)
treeed5c99fedc8aba6d0745cd6a45767b8d97e4cec9 /sources/core/time/VSTime.java
parentd46b1369ce9361bb0ee43e7e29669940aecbdee4 (diff)
Time package new.
Diffstat (limited to 'sources/core/time/VSTime.java')
-rw-r--r--sources/core/time/VSTime.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java
new file mode 100644
index 0000000..f35c0dd
--- /dev/null
+++ b/sources/core/time/VSTime.java
@@ -0,0 +1,6 @@
+package core;
+
+public interface VSTime {
+ public long getGlobalTime();
+ public String toString();
+}