From: fhanik Date: Thu, 10 May 2007 11:49:09 +0000 (+0000) Subject: oops, forgot these X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d033e85f4a0f7b678791c9417379e9f5c910f8a2;p=tomcat7.0 oops, forgot these git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@536837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/CometEvent.java b/java/org/apache/catalina/CometEvent.java index a96473d6b..33ce2f0e9 100644 --- a/java/org/apache/catalina/CometEvent.java +++ b/java/org/apache/catalina/CometEvent.java @@ -85,7 +85,7 @@ public interface CometEvent { * NOW - instant notification from the container (sub type of NOTIFY) * WRITE - notification that */ - public enum EventSubType { TIMEOUT, CLIENT_DISCONNECT, IOEXCEPTION, WEBAPP_RELOAD, SERVER_SHUTDOWN, SESSION_END } + public enum EventSubType { TIMEOUT, CLIENT_DISCONNECT, IOEXCEPTION, WEBAPP_RELOAD, SERVER_SHUTDOWN, SESSION_END, NOW, WRITE } /**