gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/parser Timeline.h


From: Zou Lunkai
Subject: [Gnash-commit] gnash/server/parser Timeline.h
Date: Fri, 10 Aug 2007 08:34:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/08/10 08:34:18

Modified files:
        server/parser  : Timeline.h 

Log message:
        * server/parser/Timeline.h: enable boost::mutex::scoped_lock, it was a 
accident to  get it commented.
        * actionscript.all/case.as: more tests, we don't want to fail on cases.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/Timeline.h?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: Timeline.h
===================================================================
RCS file: /sources/gnash/gnash/server/parser/Timeline.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Timeline.h  9 Aug 2007 12:18:06 -0000       1.6
+++ Timeline.h  10 Aug 2007 08:34:18 -0000      1.7
@@ -94,7 +94,7 @@
        ///
        void closeFrame()
        {
-               //boost::mutex::scoped_lock lock(_frameDepthsMutex);
+               boost::mutex::scoped_lock lock(_frameDepthsMutex);
 
                // Copy depth set from previous frame
                _frameDepths.push_back(_frameDepths.back());




reply via email to

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