From d033e85f4a0f7b678791c9417379e9f5c910f8a2 Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 10 May 2007 11:49:09 +0000 Subject: [PATCH] oops, forgot these git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@536837 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/CometEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } /** -- 2.11.0