gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog server/asobj/NetConnection.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/asobj/NetConnection.h
Date: Thu, 02 Aug 2007 06:03:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/02 06:03:43

Modified files:
        .              : ChangeLog 
        server/asobj   : NetConnection.h 

Log message:
        * server/asobj/NetConnection.h: remove the unused _owner method.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3911&r2=1.3912
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetConnection.h?cvsroot=gnash&r1=1.35&r2=1.36

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3911
retrieving revision 1.3912
diff -u -b -r1.3911 -r1.3912
--- ChangeLog   2 Aug 2007 05:46:37 -0000       1.3911
+++ ChangeLog   2 Aug 2007 06:03:42 -0000       1.3912
@@ -1,3 +1,7 @@
+2007-08-02 Sandro Santilli <address@hidden>
+
+       * server/asobj/NetConnection.h: remove the unused _owner method.
+
 2007-08-02 Zou Lunkai <address@hidden>
        
        * testsuite/actionscript.all/ops.as: more tests, checks to xchecks.

Index: server/asobj/NetConnection.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetConnection.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- server/asobj/NetConnection.h        1 Jul 2007 10:54:29 -0000       1.35
+++ server/asobj/NetConnection.h        2 Aug 2007 06:03:43 -0000       1.36
@@ -15,7 +15,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: NetConnection.h,v 1.35 2007/07/01 10:54:29 bjacques Exp $ */
+/* $Id: NetConnection.h,v 1.36 2007/08/02 06:03:43 strk Exp $ */
 
 #ifndef __NETCONNECTION_H__
 #define __NETCONNECTION_H__
@@ -149,9 +149,6 @@
        /// the complete url of the file
        std::string _completeUrl;
 
-       /// the as_object which owns the connection
-       boost::intrusive_ptr<as_object> _owner;
-
        /// The file/stream loader thread and interface
        std::auto_ptr<LoadThread> _loader;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]