[jboss-cvs] JBossRemoting/src/main/org/apache/tomcat/util/net ...

Ron Sigal ron_sigal at yahoo.com
Wed Oct 31 03:07:15 EDT 2007


  User: rsigal  
  Date: 07/10/31 03:07:15

  Added:       src/main/org/apache/tomcat/util/net  Tag: remoting_2_x
                        SocketStatus.java
  Log:
  JBREM-713:  org.apache.tomcat.util.net.SocketStatus exists in jbossweb but not tomcat.  It's now used in CoyoteInvoker.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +27 -0     JBossRemoting/src/main/org/apache/tomcat/util/net/Attic/SocketStatus.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketStatus.java
  ===================================================================
  RCS file: SocketStatus.java
  diff -N SocketStatus.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ SocketStatus.java	31 Oct 2007 07:07:15 -0000	1.1.2.1
  @@ -0,0 +1,27 @@
  +/*
  + *  Licensed to the Apache Software Foundation (ASF) under one or more
  + *  contributor license agreements.  See the NOTICE file distributed with
  + *  this work for additional information regarding copyright ownership.
  + *  The ASF licenses this file to You under the Apache License, Version 2.0
  + *  (the "License"); you may not use this file except in compliance with
  + *  the License.  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
  +package org.apache.tomcat.util.net;
  +
  +/**
  + * Someone, please change the enum name. 
  + * 
  + * @author remm
  + */
  +public interface SocketStatus {
  +}
  +
  
  
  



More information about the jboss-cvs-commits mailing list