[Red5commits] [1575] added missing copyright header
jbauch
luke at codegent.com
Wed Jan 24 10:58:30 EST 2007
added missing copyright header
Timestamp: 11/24/06 19:37:43 EST (2 months ago)
Change: 1575
Author: jbauch
Files (see diff or trac for details):
java/server/trunk/src/org/red5/server/so/ClientSharedObject.java
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1575
Index: /java/server/trunk/src/org/red5/server/so/ClientSharedObject.java
===================================================================
--- /java/server/trunk/src/org/red5/server/so/ClientSharedObject.java (revision 1574)
+++ /java/server/trunk/src/org/red5/server/so/ClientSharedObject.java (revision 1575)
@@ -1,3 +1,22 @@
package org.red5.server.so;
+
+/*
+ * RED5 Open Source Flash Server - http://www.osflash.org/red5
+ *
+ * Copyright (c) 2006 by respective authors (see below). All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation; either version 2.1 of the License, or (at your option) any later
+ * version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along
+ * with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
import java.util.Collections;
@@ -10,8 +29,6 @@
import java.util.concurrent.locks.ReentrantLock;
-import org.apache.commons.httpclient.methods.DeleteMethod;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-import org.red5.server.BaseConnection;
import org.red5.server.api.IConnection;
import org.red5.server.api.event.IEvent;
@@ -68,4 +85,5 @@
c.write(msg);
notifyDisconnect();
+ initialSyncReceived = false;
}
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list