X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FServerContext.java;h=c2d539b9533bd3a012985788ac656c78895d81f4;hp=b9809f9038370274ebb38415cb92c0910682a7bb;hb=7114c38b358d27e6c390a689a50c7f9d2d2a048c;hpb=eb0e45b75c3d0b40f4f8c742e354791f7cb7c0c4 diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java index b9809f9..c2d539b 100644 --- a/src/dolda/jsvc/ServerContext.java +++ b/src/dolda/jsvc/ServerContext.java @@ -2,4 +2,5 @@ package dolda.jsvc; public interface ServerContext { public String rootpath(); + public long starttime(); }