gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/as_object.h


From: Ann Barcomb
Subject: [Gnash-commit] gnash ChangeLog server/as_object.h
Date: Mon, 19 Mar 2007 17:45:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       07/03/19 17:45:11

Modified files:
        .              : ChangeLog 
        server         : as_object.h 

Log message:
        Corrected Doxygen comments which talked about overloading
        the get_member() method and remarked that in the future this 
        would be replaced with gettersetter methods.  The future is now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2630&r2=1.2631
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_object.h?cvsroot=gnash&r1=1.44&r2=1.45

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2630
retrieving revision 1.2631
diff -u -b -r1.2630 -r1.2631
--- ChangeLog   19 Mar 2007 17:37:09 -0000      1.2630
+++ ChangeLog   19 Mar 2007 17:45:10 -0000      1.2631
@@ -1,3 +1,8 @@
+2007-03-19 Ann Barcomb <address@hidden>
+
+       * server/as_object.h: corrected Doxygen comments about
+         get_member() versus gettersetter methods.
+
 2007-03-19 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/Function.as: add more tests

Index: server/as_object.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_object.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- server/as_object.h  19 Mar 2007 17:11:14 -0000      1.44
+++ server/as_object.h  19 Mar 2007 17:45:10 -0000      1.45
@@ -408,10 +408,8 @@
        /// This is the default implementation, taking care of
        /// the inheritance chain and getter/setter functions.
        ///
-       /// If a derivate class needs special handling of get member
-       /// request it should override the get_member() method instead.
-       /// NOTE: This might change in the near future trough use of
-       ///       getter/setter properties instead..
+        /// The derived class should not override this method,
+        /// but instead implement its own gettersetter properties.
        ///
        /// NOTE that this method is non-const becase a property
        ///      could also be a getter/setter and we can't promise
@@ -435,10 +433,8 @@
        /// This is the default implementation, taking care of
        /// the inheritance chain and getter/setter functions.
        ///
-       /// If a derivate class needs special handling of get member
-       /// request it should override the get_member() method instead.
-       /// NOTE: This might change in the near future trough use of
-       ///       getter/setter properties instead..
+        /// The derived class should not override this method,
+        /// but instead implement its own gettersetter properties.
        ///
        /// TODO: take a std::string rather then a tu_stringi
        ///




reply via email to

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