gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/parser movie_def_impl.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/parser movie_def_impl.cpp
Date: Mon, 02 Jul 2007 18:50:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/02 18:50:48

Modified files:
        server/parser  : movie_def_impl.cpp 

Log message:
        comment out debugging lines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/movie_def_impl.cpp?cvsroot=gnash&r1=1.76&r2=1.77

Patches:
Index: movie_def_impl.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/parser/movie_def_impl.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- movie_def_impl.cpp  1 Jul 2007 17:34:59 -0000       1.76
+++ movie_def_impl.cpp  2 Jul 2007 18:50:48 -0000       1.77
@@ -81,13 +81,13 @@
 
 MovieLoader::~MovieLoader()
 {
-       cout << "MovieLoader dtor called" << endl;
+       //cout << "MovieLoader dtor called" << endl;
 
        // we should assert _movie_def._loadingCanceled
        // but we're not friend yet (anyone introduce us ?)
        if ( _thread.get() )
        {
-               cout << "Joining thread.." << endl;
+               //cout << "Joining thread.." << endl;
                _thread->join();
        }
 }
@@ -221,7 +221,7 @@
 
 movie_def_impl::~movie_def_impl()
 {
-       cout << "movie_def_impl dtor called" << endl;
+       //cout << "movie_def_impl dtor called" << endl;
 
        // Request cancelation of the loading thread
        _loadingCanceled = true;




reply via email to

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