gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9747: use the new Accessibility clas


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9747: use the new Accessibility class instead of the old one to test migrating all the old classes.
Date: Tue, 19 May 2009 09:19:03 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9747
committer: address@hidden
branch nick: avm2
timestamp: Tue 2009-05-19 09:19:03 -0600
message:
  use the new Accessibility class instead of the old one to test migrating all 
the old classes.
modified:
  libcore/asobj/ClassHierarchy.cpp
=== modified file 'libcore/asobj/ClassHierarchy.cpp'
--- a/libcore/asobj/ClassHierarchy.cpp  2009-05-15 03:20:50 +0000
+++ b/libcore/asobj/ClassHierarchy.cpp  2009-05-19 15:19:03 +0000
@@ -22,7 +22,8 @@
 #include "as_function.h" // for function_class_init
 #include "Button.h"
 #include "AsBroadcaster.h"
-#include "Accessibility_as.h"
+#include "accessibility/Accessibility_as3.h"
+//#include "Accessibility_as.h"
 #include "Boolean_as.h"
 #include "Camera.h"
 #include "Color_as.h"
@@ -338,11 +339,12 @@
        { moviecliploader_class_init, NSV::CLASS_MOVIE_CLIP_LOADER,
         NSV::CLASS_OBJECT, NS_GLOBAL, 7 },
        { Error_class_init, NSV::CLASS_ERROR, NSV::CLASS_OBJECT, NS_GLOBAL, 5 },
-       { Accessibility_class_init, NSV::CLASS_ACCESSIBILITY, NSV::CLASS_OBJECT,
-        NS_GLOBAL, 5 },
+       { accessibility_class_init, NSV::CLASS_ACCESSIBILITY, NSV::CLASS_OBJECT,
+          NSV::NS_FLASH_ACCESSIBILITY, 5 },
        { int_class_init, NSV::CLASS_INT, NSV::CLASS_OBJECT, NS_GLOBAL, 9 },
        { textfieldautosize_class_init, NSV::CLASS_TEXTFIELDAUTOSIZE,
         NSV::CLASS_OBJECT, NS_GLOBAL, 9 }
+//  { function_name, name key, super name key, lowest version },
 
 // These classes are all implicitly constructed; that is, it is not necessary 
for
 // the class name to be used to construct the class, so they must always be 
available.


reply via email to

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