CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/10/02 06:26:43
Modified files: . : ChangeLog server : movie_root.cpp Log message: * server/movie_root.cpp (testInvariant): non-emptiness of _movies container is NOT an invariant... CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4496&r2=1.4497 http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.cpp?cvsroot=gnash&r1=1.102&r2=1.103 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4496 retrieving revision 1.4497 diff -u -b -r1.4496 -r1.4497 --- ChangeLog 1 Oct 2007 22:41:58 -0000 1.4496 +++ ChangeLog 2 Oct 2007 06:26:42 -0000 1.4497 @@ -1,3 +1,8 @@ +2007-10-02 Sandro Santilli <[EMAIL PROTECTED]> + + * server/movie_root.cpp (testInvariant): non-emptiness of _movies + container is NOT an invariant... + 2007-10-01 Sandro Santilli <[EMAIL PROTECTED]> * server/movie_root.{cpp,h}: remove the error-prone ::restart method. Index: server/movie_root.cpp =================================================================== RCS file: /sources/gnash/gnash/server/movie_root.cpp,v retrieving revision 1.102 retrieving revision 1.103 diff -u -b -r1.102 -r1.103 --- server/movie_root.cpp 1 Oct 2007 22:41:59 -0000 1.102 +++ server/movie_root.cpp 2 Oct 2007 06:26:43 -0000 1.103 @@ -53,7 +53,10 @@ movie_root::testInvariant() const { // TODO: fill this function ! - assert( ! _movies.empty() ); + // The _movies map can not invariantably + // be non-empty as the stage is autonomous + // itself + //assert( ! _movies.empty() ); return true; } _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit