Added config to the general ServerContext interface.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 15 Oct 2009 04:51:54 +0000 (06:51 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 15 Oct 2009 04:51:54 +0000 (06:51 +0200)
src/dolda/jsvc/ServerContext.java

index a47a714..9fd785a 100644 (file)
@@ -2,4 +2,5 @@ package dolda.jsvc;
 
 public interface ServerContext {
     public long starttime();
+    public java.util.Properties config();
 }