Made the server context a more useful concept.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index b9809f9..a47a714 100644 (file)
@@ -1,5 +1,5 @@
 package dolda.jsvc;
 
 public interface ServerContext {
-    public String rootpath();
+    public long starttime();
 }