gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/as_value.cpp server/as_v...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/as_value.cpp server/as_v...
Date: Mon, 08 Oct 2007 15:03:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/08 15:03:00

Modified files:
        .              : ChangeLog 
        server         : as_value.cpp as_value.h 

Log message:
                * server/as_value.{cpp,h}: fully inlined destructor, since it 
has
                  nothing to do.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4569&r2=1.4570
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.cpp?cvsroot=gnash&r1=1.85&r2=1.86
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.69&r2=1.70

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4569
retrieving revision 1.4570
diff -u -b -r1.4569 -r1.4570
--- ChangeLog   8 Oct 2007 12:56:26 -0000       1.4569
+++ ChangeLog   8 Oct 2007 15:02:59 -0000       1.4570
@@ -1,3 +1,8 @@
+2007-10-08 Sandro Santilli <address@hidden>
+
+       * server/as_value.{cpp,h}: fully inlined destructor, since it has
+         nothing to do.
+
 2007-10-08 Benjamin Wolsey <address@hidden>
 
        * libbase/rc.{h,cpp}, testsuite/libbase/TCCXXRc.cpp

Index: server/as_value.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- server/as_value.cpp 6 Oct 2007 12:01:00 -0000       1.85
+++ server/as_value.cpp 8 Oct 2007 15:03:00 -0000       1.86
@@ -744,12 +744,6 @@
     _value = currVal + str;
 }
 
-// Drop any ref counts we have; this happens prior to changing our value.
-void
-as_value::drop_refs()
-{
-}
-
 const char*
 as_value::typeOf() const
 {

Index: server/as_value.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- server/as_value.h   4 Oct 2007 15:32:11 -0000       1.69
+++ server/as_value.h   8 Oct 2007 15:03:00 -0000       1.70
@@ -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: as_value.h,v 1.69 2007/10/04 15:32:11 strk Exp $ */
+/* $Id: as_value.h,v 1.70 2007/10/08 15:03:00 strk Exp $ */
 
 #ifndef GNASH_AS_VALUE_H
 #define GNASH_AS_VALUE_H
@@ -190,7 +190,7 @@
        /// This happens prior to changing our value.
        /// Useful when changing types/values.
        ///
-       void    drop_refs();
+       void    drop_refs() {}
 
        /// Return the primitive type of this value, as a string.
        const char* typeOf() const;




reply via email to

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