From: Fredrik Tolf Date: Thu, 15 Oct 2009 04:51:54 +0000 (+0200) Subject: Added config to the general ServerContext interface. X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=commitdiff_plain;h=4c9a3bbf5a5d9099d032b89f430c1890e57319b6 Added config to the general ServerContext interface. --- diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java index a47a714..9fd785a 100644 --- a/src/dolda/jsvc/ServerContext.java +++ b/src/dolda/jsvc/ServerContext.java @@ -2,4 +2,5 @@ package dolda.jsvc; public interface ServerContext { public long starttime(); + public java.util.Properties config(); }