From 4c9a3bbf5a5d9099d032b89f430c1890e57319b6 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 15 Oct 2009 06:51:54 +0200 Subject: [PATCH] Added config to the general ServerContext interface. --- src/dolda/jsvc/ServerContext.java | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.11.0