X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjinetd%2FWorker.java;fp=src%2Forg%2Fibex%2Fjinetd%2FWorker.java;h=0000000000000000000000000000000000000000;hp=27c328c319bc8d3543d613c37f677ddb48f13b8e;hb=501b9089d3cf777fc417d9bcddba9bc542a086f9;hpb=583587a3f34a3d2939bcc2b7bcab51b871f2b0c7 diff --git a/src/org/ibex/jinetd/Worker.java b/src/org/ibex/jinetd/Worker.java deleted file mode 100644 index 27c328c..0000000 --- a/src/org/ibex/jinetd/Worker.java +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2000-2005 the Contributors, as shown in the revision logs. -// Licensed under the Apache Public Source License 2.0 ("the License"). -// You may not use this file except in compliance with the License. - -package org.ibex.jinetd; -import org.ibex.util.*; -import org.ibex.io.*; -import java.net.*; -import java.io.*; -import java.util.*; - -public interface Worker { - public void handleRequest(Connection c); -} - - - -