CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/08/13 02:47:58
Modified files:
. : ChangeLog
server : as_value.h
Log message:
* server/as_value.h: add is_bool()
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3997&r2=1.3998
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.62&r2=1.63
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3997
retrieving revision 1.3998
diff -u -b -r1.3997 -r1.3998
--- ChangeLog 12 Aug 2007 23:38:55 -0000 1.3997
+++ ChangeLog 13 Aug 2007 02:47:57 -0000 1.3998
@@ -1,5 +1,6 @@
2007-08-12 Sandro Santilli <[EMAIL PROTECTED]>
+ * server/as_value.h: add is_bool()
* server/edit_text_character.h (getBounds): add TODO item
(I belive is a fix for bug #20760)
Index: server/as_value.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- server/as_value.h 6 Aug 2007 20:42:57 -0000 1.62
+++ server/as_value.h 13 Aug 2007 02:47:58 -0000 1.63
@@ -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.62 2007/08/06 20:42:57 strk Exp $ */
+/* $Id: as_value.h,v 1.63 2007/08/13 02:47:58 strk Exp $ */
#ifndef GNASH_AS_VALUE_H
#define GNASH_AS_VALUE_H
@@ -532,6 +532,8 @@
bool is_null() const { return (m_type == NULLTYPE); }
+ bool is_bool() const { return (m_type == BOOLEAN); }
+
/// Return true if this value is strictly equal to the given one
//
/// Strict equality is defined as the two values being of the
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit