gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9716: regenerate display classes


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9716: regenerate display classes
Date: Thu, 30 Apr 2009 18:44:08 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9716
committer: address@hidden
branch nick: avm2
timestamp: Thu 2009-04-30 18:44:08 -0600
message:
  regenerate display classes
modified:
  libcore/asobj3/accessibility/accessibility.am
  libcore/asobj3/data/data.am
  libcore/asobj3/desktop/desktop.am
  libcore/asobj3/display/AVM1Movie_as3.h
  libcore/asobj3/display/ActionScriptVersion_as3.h
  libcore/asobj3/display/BitmapDataChannel_as3.h
  libcore/asobj3/display/BitmapData_as3.h
  libcore/asobj3/display/Bitmap_as3.h
  libcore/asobj3/display/BlendMode_as3.h
  libcore/asobj3/display/CapsStyle_as3.h
  libcore/asobj3/display/DisplayObjectContainer_as3.h
  libcore/asobj3/display/DisplayObject_as3.h
  libcore/asobj3/display/FocusDirection_as3.h
  libcore/asobj3/display/FrameLabel_as3.h
  libcore/asobj3/display/GradientType_as3.h
  libcore/asobj3/display/Graphics_as3.h
  libcore/asobj3/display/IBitmapDrawable_as3.h
  libcore/asobj3/display/InteractiveObject_as3.h
  libcore/asobj3/display/InterpolationMethod_as3.h
  libcore/asobj3/display/JointStyle_as3.h
  libcore/asobj3/display/LineScaleMode_as3.h
  libcore/asobj3/display/LoaderInfo_as3.h
  libcore/asobj3/display/Loader_as3.h
  libcore/asobj3/display/MorphShape_as3.h
  libcore/asobj3/display/MovieClip_as3.h
  libcore/asobj3/display/NativeMenuItem_as3.h
  libcore/asobj3/display/NativeMenu_as3.h
  libcore/asobj3/display/NativeWindowDisplayState_as3.h
  libcore/asobj3/display/NativeWindowInitOptions_as3.h
  libcore/asobj3/display/NativeWindowResize_as3.h
  libcore/asobj3/display/NativeWindowType_as3.h
  libcore/asobj3/display/NativeWindow_as3.h
  libcore/asobj3/display/PixelSnapping_as3.h
  libcore/asobj3/display/SWFVersion_as3.h
  libcore/asobj3/display/Scene_as3.h
  libcore/asobj3/display/Screen_as3.h
  libcore/asobj3/display/Shape_as3.h
  libcore/asobj3/display/SimpleButton_as3.h
  libcore/asobj3/display/SpreadMethod_as3.h
  libcore/asobj3/display/Sprite_as3.h
  libcore/asobj3/display/StageAlign_as3.h
  libcore/asobj3/display/StageDisplayState_as3.h
  libcore/asobj3/display/StageQuality_as3.h
  libcore/asobj3/display/StageScaleMode_as3.h
  libcore/asobj3/display/Stage_as3.h
  libcore/asobj3/display/display.am
  libcore/asobj3/display/display_pkg.cpp
  libcore/asobj3/display/display_pkg.h
  libcore/asobj3/errors/errors.am
  libcore/asobj3/events/events.am
  libcore/asobj3/external/external.am
  libcore/asobj3/filesystem/filesystem.am
  libcore/asobj3/filters/filters.am
  libcore/asobj3/flash_pkg.cpp
  libcore/asobj3/flashclasses.h
  libcore/asobj3/gen-as3.sh
  libcore/asobj3/geom/geom.am
  libcore/asobj3/html/html.am
  libcore/asobj3/media/media.am
  libcore/asobj3/net/net.am
  libcore/asobj3/printing/printing.am
  libcore/asobj3/sampler/sampler.am
  libcore/asobj3/security/security.am
  libcore/asobj3/system/system.am
  libcore/asobj3/system/system_pkg.cpp
  libcore/asobj3/system/system_pkg.h
  libcore/asobj3/text/text.am
  libcore/asobj3/ui/ui.am
  libcore/asobj3/utils/utils.am
  libcore/asobj3/xml/xml.am
=== modified file 'libcore/asobj3/accessibility/accessibility.am'
--- a/libcore/asobj3/accessibility/accessibility.am     2009-04-25 20:56:15 
+0000
+++ b/libcore/asobj3/accessibility/accessibility.am     2009-05-01 00:44:08 
+0000
@@ -17,7 +17,7 @@
 
 ACCESSIBILITYdir = $(srcdir)/accessibility
 
-AM_CPPFLAGS += -I$(ACCESSIBILITYdir)
+#AM_CPPFLAGS += -I$(ACCESSIBILITYdir)
 
 ACCESSIBILITY_SOURCES = $(ACCESSIBILITYdir)/accessibility_pkg.cpp
 ACCESSIBILITY_HEADERS = $(ACCESSIBILITYdir)/accessibility_pkg.h

=== modified file 'libcore/asobj3/data/data.am'
--- a/libcore/asobj3/data/data.am       2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/data/data.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 DATAdir = $(srcdir)/data
 
-AM_CPPFLAGS += -I$(DATAdir)
+#AM_CPPFLAGS += -I$(DATAdir)
 
 DATA_SOURCES = $(DATAdir)/data_pkg.cpp
 DATA_HEADERS = $(DATAdir)/data_pkg.h
@@ -124,4 +124,4 @@
        echo "#endif // end of GNASH_ASOBJ3_DATA_H" >> $${header};
 
 
-BUILT_SOURCES += dataclasses.h
\ No newline at end of file
+BUILT_SOURCES += dataclasses.h

=== modified file 'libcore/asobj3/desktop/desktop.am'
--- a/libcore/asobj3/desktop/desktop.am 2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/desktop/desktop.am 2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 DESKTOPdir = $(srcdir)/desktop
 
-AM_CPPFLAGS += -I$(DESKTOPdir)
+#AM_CPPFLAGS += -I$(DESKTOPdir)
 
 DESKTOP_SOURCES = $(DESKTOPdir)/desktop_pkg.cpp
 DESKTOP_HEADERS = $(DESKTOPdir)/desktop_pkg.h
@@ -115,4 +115,4 @@
        echo "#endif // end of GNASH_ASOBJ3_DESKTOP_H" >> $${header};
 
 
-BUILT_SOURCES += desktopclasses.h
\ No newline at end of file
+BUILT_SOURCES += desktopclasses.h

=== modified file 'libcore/asobj3/display/AVM1Movie_as3.h'
--- a/libcore/asobj3/display/AVM1Movie_as3.h    2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/AVM1Movie_as3.h    2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getAVM1MovieInterface();
 }

=== modified file 'libcore/asobj3/display/ActionScriptVersion_as3.h'
--- a/libcore/asobj3/display/ActionScriptVersion_as3.h  2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/ActionScriptVersion_as3.h  2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getActionScriptVersionInterface();
 }

=== modified file 'libcore/asobj3/display/BitmapDataChannel_as3.h'
--- a/libcore/asobj3/display/BitmapDataChannel_as3.h    2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/BitmapDataChannel_as3.h    2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getBitmapDataChannelInterface();
 }

=== modified file 'libcore/asobj3/display/BitmapData_as3.h'
--- a/libcore/asobj3/display/BitmapData_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/BitmapData_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getBitmapDataInterface();
 }

=== modified file 'libcore/asobj3/display/Bitmap_as3.h'
--- a/libcore/asobj3/display/Bitmap_as3.h       2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Bitmap_as3.h       2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getBitmapInterface();
 }

=== modified file 'libcore/asobj3/display/BlendMode_as3.h'
--- a/libcore/asobj3/display/BlendMode_as3.h    2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/BlendMode_as3.h    2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getBlendModeInterface();
 }

=== modified file 'libcore/asobj3/display/CapsStyle_as3.h'
--- a/libcore/asobj3/display/CapsStyle_as3.h    2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/CapsStyle_as3.h    2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getCapsStyleInterface();
 }

=== modified file 'libcore/asobj3/display/DisplayObjectContainer_as3.h'
--- a/libcore/asobj3/display/DisplayObjectContainer_as3.h       2009-04-30 
22:33:31 +0000
+++ b/libcore/asobj3/display/DisplayObjectContainer_as3.h       2009-05-01 
00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getDisplayObjectContainerInterface();
 }

=== modified file 'libcore/asobj3/display/DisplayObject_as3.h'
--- a/libcore/asobj3/display/DisplayObject_as3.h        2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/DisplayObject_as3.h        2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getDisplayObjectInterface();
 }

=== modified file 'libcore/asobj3/display/FocusDirection_as3.h'
--- a/libcore/asobj3/display/FocusDirection_as3.h       2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/FocusDirection_as3.h       2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getFocusDirectionInterface();
 }

=== modified file 'libcore/asobj3/display/FrameLabel_as3.h'
--- a/libcore/asobj3/display/FrameLabel_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/FrameLabel_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getFrameLabelInterface();
 }

=== modified file 'libcore/asobj3/display/GradientType_as3.h'
--- a/libcore/asobj3/display/GradientType_as3.h 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/GradientType_as3.h 2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getGradientTypeInterface();
 }

=== modified file 'libcore/asobj3/display/Graphics_as3.h'
--- a/libcore/asobj3/display/Graphics_as3.h     2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Graphics_as3.h     2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getGraphicsInterface();
 }

=== modified file 'libcore/asobj3/display/IBitmapDrawable_as3.h'
--- a/libcore/asobj3/display/IBitmapDrawable_as3.h      2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/IBitmapDrawable_as3.h      2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getIBitmapDrawableInterface();
 }

=== modified file 'libcore/asobj3/display/InteractiveObject_as3.h'
--- a/libcore/asobj3/display/InteractiveObject_as3.h    2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/InteractiveObject_as3.h    2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getInteractiveObjectInterface();
 }

=== modified file 'libcore/asobj3/display/InterpolationMethod_as3.h'
--- a/libcore/asobj3/display/InterpolationMethod_as3.h  2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/InterpolationMethod_as3.h  2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getInterpolationMethodInterface();
 }

=== modified file 'libcore/asobj3/display/JointStyle_as3.h'
--- a/libcore/asobj3/display/JointStyle_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/JointStyle_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getJointStyleInterface();
 }

=== modified file 'libcore/asobj3/display/LineScaleMode_as3.h'
--- a/libcore/asobj3/display/LineScaleMode_as3.h        2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/LineScaleMode_as3.h        2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getLineScaleModeInterface();
 }

=== modified file 'libcore/asobj3/display/LoaderInfo_as3.h'
--- a/libcore/asobj3/display/LoaderInfo_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/LoaderInfo_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getLoaderInfoInterface();
 }

=== modified file 'libcore/asobj3/display/Loader_as3.h'
--- a/libcore/asobj3/display/Loader_as3.h       2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Loader_as3.h       2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getLoaderInterface();
 }

=== modified file 'libcore/asobj3/display/MorphShape_as3.h'
--- a/libcore/asobj3/display/MorphShape_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/MorphShape_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getMorphShapeInterface();
 }

=== modified file 'libcore/asobj3/display/MovieClip_as3.h'
--- a/libcore/asobj3/display/MovieClip_as3.h    2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/MovieClip_as3.h    2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getMovieClipInterface();
 }

=== modified file 'libcore/asobj3/display/NativeMenuItem_as3.h'
--- a/libcore/asobj3/display/NativeMenuItem_as3.h       2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/NativeMenuItem_as3.h       2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeMenuItemInterface();
 }

=== modified file 'libcore/asobj3/display/NativeMenu_as3.h'
--- a/libcore/asobj3/display/NativeMenu_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/NativeMenu_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeMenuInterface();
 }

=== modified file 'libcore/asobj3/display/NativeWindowDisplayState_as3.h'
--- a/libcore/asobj3/display/NativeWindowDisplayState_as3.h     2009-04-30 
22:33:31 +0000
+++ b/libcore/asobj3/display/NativeWindowDisplayState_as3.h     2009-05-01 
00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeWindowDisplayStateInterface();
 }

=== modified file 'libcore/asobj3/display/NativeWindowInitOptions_as3.h'
--- a/libcore/asobj3/display/NativeWindowInitOptions_as3.h      2009-04-30 
22:33:31 +0000
+++ b/libcore/asobj3/display/NativeWindowInitOptions_as3.h      2009-05-01 
00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeWindowInitOptionsInterface();
 }

=== modified file 'libcore/asobj3/display/NativeWindowResize_as3.h'
--- a/libcore/asobj3/display/NativeWindowResize_as3.h   2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/NativeWindowResize_as3.h   2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeWindowResizeInterface();
 }

=== modified file 'libcore/asobj3/display/NativeWindowType_as3.h'
--- a/libcore/asobj3/display/NativeWindowType_as3.h     2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/NativeWindowType_as3.h     2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeWindowTypeInterface();
 }

=== modified file 'libcore/asobj3/display/NativeWindow_as3.h'
--- a/libcore/asobj3/display/NativeWindow_as3.h 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/NativeWindow_as3.h 2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getNativeWindowInterface();
 }

=== modified file 'libcore/asobj3/display/PixelSnapping_as3.h'
--- a/libcore/asobj3/display/PixelSnapping_as3.h        2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/PixelSnapping_as3.h        2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getPixelSnappingInterface();
 }

=== modified file 'libcore/asobj3/display/SWFVersion_as3.h'
--- a/libcore/asobj3/display/SWFVersion_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/SWFVersion_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getSWFVersionInterface();
 }

=== modified file 'libcore/asobj3/display/Scene_as3.h'
--- a/libcore/asobj3/display/Scene_as3.h        2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Scene_as3.h        2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getSceneInterface();
 }

=== modified file 'libcore/asobj3/display/Screen_as3.h'
--- a/libcore/asobj3/display/Screen_as3.h       2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Screen_as3.h       2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getScreenInterface();
 }

=== modified file 'libcore/asobj3/display/Shape_as3.h'
--- a/libcore/asobj3/display/Shape_as3.h        2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Shape_as3.h        2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getShapeInterface();
 }

=== modified file 'libcore/asobj3/display/SimpleButton_as3.h'
--- a/libcore/asobj3/display/SimpleButton_as3.h 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/SimpleButton_as3.h 2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getSimpleButtonInterface();
 }

=== modified file 'libcore/asobj3/display/SpreadMethod_as3.h'
--- a/libcore/asobj3/display/SpreadMethod_as3.h 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/SpreadMethod_as3.h 2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getSpreadMethodInterface();
 }

=== modified file 'libcore/asobj3/display/Sprite_as3.h'
--- a/libcore/asobj3/display/Sprite_as3.h       2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Sprite_as3.h       2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getSpriteInterface();
 }

=== modified file 'libcore/asobj3/display/StageAlign_as3.h'
--- a/libcore/asobj3/display/StageAlign_as3.h   2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/StageAlign_as3.h   2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getStageAlignInterface();
 }

=== modified file 'libcore/asobj3/display/StageDisplayState_as3.h'
--- a/libcore/asobj3/display/StageDisplayState_as3.h    2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/StageDisplayState_as3.h    2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getStageDisplayStateInterface();
 }

=== modified file 'libcore/asobj3/display/StageQuality_as3.h'
--- a/libcore/asobj3/display/StageQuality_as3.h 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/StageQuality_as3.h 2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getStageQualityInterface();
 }

=== modified file 'libcore/asobj3/display/StageScaleMode_as3.h'
--- a/libcore/asobj3/display/StageScaleMode_as3.h       2009-04-30 22:33:31 
+0000
+++ b/libcore/asobj3/display/StageScaleMode_as3.h       2009-05-01 00:44:08 
+0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getStageScaleModeInterface();
 }

=== modified file 'libcore/asobj3/display/Stage_as3.h'
--- a/libcore/asobj3/display/Stage_as3.h        2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/Stage_as3.h        2009-05-01 00:44:08 +0000
@@ -26,10 +26,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* getStageInterface();
 }

=== modified file 'libcore/asobj3/display/display.am'
--- a/libcore/asobj3/display/display.am 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/display/display.am 2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 DISPLAYdir = $(srcdir)/display
 
-AM_CPPFLAGS += 
+#AM_CPPFLAGS += 
 
 DISPLAY_SOURCES = $(DISPLAYdir)/display_pkg.cpp
 DISPLAY_HEADERS = $(DISPLAYdir)/display_pkg.h
@@ -260,4 +260,4 @@
 
 .PHONY: classes
 
-BUILT_SOURCES += displayclasses.h
\ No newline at end of file
+BUILT_SOURCES += displayclasses.h

=== modified file 'libcore/asobj3/display/display_pkg.cpp'
--- a/libcore/asobj3/display/display_pkg.cpp    2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/display/display_pkg.cpp    2009-05-01 00:44:08 +0000
@@ -22,51 +22,49 @@
 
 #include "string_table.h"
 #include "VM.h"
-
 #include "MovieClip.h"
-
-#include "AVM1Movie_as3.h"
-#include "ActionScriptVersion_as3.h"
-#include "BitmapDataChannel_as3.h"
-#include "BitmapData_as3.h"
-#include "Bitmap_as3.h"
-#include "BlendMode_as3.h"
-#include "CapsStyle_as3.h"
-#include "DisplayObjectContainer_as3.h"
-#include "DisplayObject_as3.h"
-#include "FocusDirection_as3.h"
-#include "FrameLabel_as3.h"
-#include "GradientType_as3.h"
-#include "Graphics_as3.h"
-#include "IBitmapDrawable_as3.h"
-#include "InteractiveObject_as3.h"
-#include "InterpolationMethod_as3.h"
-#include "JointStyle_as3.h"
-#include "LineScaleMode_as3.h"
-#include "LoaderInfo_as3.h"
-#include "Loader_as3.h"
-#include "MorphShape_as3.h"
-#include "MovieClip_as3.h"
-#include "NativeMenuItem_as3.h"
-#include "NativeMenu_as3.h"
-#include "NativeWindowDisplayState_as3.h"
-#include "NativeWindowInitOptions_as3.h"
-#include "NativeWindowResize_as3.h"
-#include "NativeWindowType_as3.h"
-#include "NativeWindow_as3.h"
-#include "PixelSnapping_as3.h"
-#include "SWFVersion_as3.h"
-#include "Scene_as3.h"
-#include "Screen_as3.h"
-#include "Shape_as3.h"
-#include "SimpleButton_as3.h"
-#include "SpreadMethod_as3.h"
-#include "Sprite_as3.h"
-#include "StageAlign_as3.h"
-#include "StageDisplayState_as3.h"
-#include "StageQuality_as3.h"
-#include "StageScaleMode_as3.h"
-#include "Stage_as3.h"
+#include "display/AVM1Movie_as3.h"
+#include "display/ActionScriptVersion_as3.h"
+#include "display/BitmapDataChannel_as3.h"
+#include "display/BitmapData_as3.h"
+#include "display/Bitmap_as3.h"
+#include "display/BlendMode_as3.h"
+#include "display/CapsStyle_as3.h"
+#include "display/DisplayObjectContainer_as3.h"
+#include "display/DisplayObject_as3.h"
+#include "display/FocusDirection_as3.h"
+#include "display/FrameLabel_as3.h"
+#include "display/GradientType_as3.h"
+#include "display/Graphics_as3.h"
+#include "display/IBitmapDrawable_as3.h"
+#include "display/InteractiveObject_as3.h"
+#include "display/InterpolationMethod_as3.h"
+#include "display/JointStyle_as3.h"
+#include "display/LineScaleMode_as3.h"
+#include "display/LoaderInfo_as3.h"
+#include "display/Loader_as3.h"
+#include "display/MorphShape_as3.h"
+#include "display/MovieClip_as3.h"
+#include "display/NativeMenuItem_as3.h"
+#include "display/NativeMenu_as3.h"
+#include "display/NativeWindowDisplayState_as3.h"
+#include "display/NativeWindowInitOptions_as3.h"
+#include "display/NativeWindowResize_as3.h"
+#include "display/NativeWindowType_as3.h"
+#include "display/NativeWindow_as3.h"
+#include "display/PixelSnapping_as3.h"
+#include "display/SWFVersion_as3.h"
+#include "display/Scene_as3.h"
+#include "display/Screen_as3.h"
+#include "display/Shape_as3.h"
+#include "display/SimpleButton_as3.h"
+#include "display/SpreadMethod_as3.h"
+#include "display/Sprite_as3.h"
+#include "display/StageAlign_as3.h"
+#include "display/StageDisplayState_as3.h"
+#include "display/StageQuality_as3.h"
+#include "display/StageScaleMode_as3.h"
+#include "display/Stage_as3.h"
 
 #include "display_pkg.h"
 #include "displayclasses.h"

=== modified file 'libcore/asobj3/display/display_pkg.h'
--- a/libcore/asobj3/display/display_pkg.h      2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/display/display_pkg.h      2009-05-01 00:44:08 +0000
@@ -19,13 +19,13 @@
 #define __FLASH_DISPLAY_PACKAGE_H__
 
 namespace gnash {
-
+  
 class as_object;
 
 void flash_display_package_init(as_object& pkg);
 
 } // end of gnash namespace
 
-// __FLASH_DISPLAY_PACKAGE_H__
+// FLASH_DISPLAY_PACKAGE_H
 #endif
 

=== modified file 'libcore/asobj3/errors/errors.am'
--- a/libcore/asobj3/errors/errors.am   2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/errors/errors.am   2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 ERRORSdir = $(srcdir)/errors
 
-AM_CPPFLAGS += -I$(ERRORSdir)
+#AM_CPPFLAGS += -I$(ERRORSdir)
 
 ERRORS_SOURCES = $(ERRORSdir)/errors_pkg.cpp
 ERRORS_HEADERS = $(ERRORSdir)/errors_pkg.h
@@ -93,4 +93,4 @@
        echo '};' >> $${header}; \
        echo "#endif // end of GNASH_ASOBJ3_ERRORS_H" >> $${header};
 
-BUILT_SOURCES += errorsclasses.h
\ No newline at end of file
+BUILT_SOURCES += errorsclasses.h

=== modified file 'libcore/asobj3/events/events.am'
--- a/libcore/asobj3/events/events.am   2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/events/events.am   2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 EVENTSdir = $(srcdir)/events
 
-AM_CPPFLAGS += -I$(EVENTSdir)
+#AM_CPPFLAGS += -I$(EVENTSdir)
 
 EVENTS_SOURCES = $(EVENTSdir)/events_pkg.cpp
 EVENTS_HEADERS = $(EVENTSdir)/events_pkg.h
@@ -238,4 +238,4 @@
        echo '};' >> $${header}; \
        echo "#endif // end of GNASH_ASOBJ3_EVENTS_H" >> $${header};
 
-BUILT_SOURCES += eventsclasses.h
\ No newline at end of file
+BUILT_SOURCES += eventsclasses.h

=== modified file 'libcore/asobj3/external/external.am'
--- a/libcore/asobj3/external/external.am       2009-04-25 22:33:03 +0000
+++ b/libcore/asobj3/external/external.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 EXTERNALdir = $(srcdir)/external
 
-AM_CPPFLAGS += -I$(EXTERNALdir)
+#AM_CPPFLAGS += -I$(EXTERNALdir)
 
 EXTERNAL_SOURCES = $(EXTERNALdir)/external_pkg.cpp
 EXTERNAL_HEADERS = $(EXTERNALdir)/external_pkg.h
@@ -53,4 +53,4 @@
        echo '};' >> $${header}; \
        echo "#endif // end of GNASH_ASOBJ3_EXTERNAL_H" >> $${header};
 
-BUILT_SOURCES += externalclasses.h
\ No newline at end of file
+BUILT_SOURCES += externalclasses.h

=== modified file 'libcore/asobj3/filesystem/filesystem.am'
--- a/libcore/asobj3/filesystem/filesystem.am   2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/filesystem/filesystem.am   2009-05-01 00:44:08 +0000
@@ -18,7 +18,7 @@
 
 FILESYSTEMdir = $(srcdir)/filesystem
 
-AM_CPPFLAGS += -I$(FILESYSTEMdir)
+#AM_CPPFLAGS += -I$(FILESYSTEMdir)
 
 FILESYSTEM_SOURCES = $(FILESYSTEMdir)/filesystem_pkg.cpp
 FILESYSTEM_HEADERS = $(FILESYSTEMdir)/filesystem_pkg.h
@@ -64,4 +64,4 @@
        echo '};' >> $${header}; \
        echo "#endif // end of GNASH_ASOBJ3_FILESYSTEM_H" >> $${header};
 
-BUILT_SOURCES += filesystemclasses.h
\ No newline at end of file
+BUILT_SOURCES += filesystemclasses.h

=== modified file 'libcore/asobj3/filters/filters.am'
--- a/libcore/asobj3/filters/filters.am 2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/filters/filters.am 2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 FILTERSdir = $(srcdir)/filters
 
-AM_CPPFLAGS += -I$(FILTERSdir)
+#AM_CPPFLAGS += -I$(FILTERSdir)
 
 FILTERS_SOURCES = $(FILTERSdir)/filters_pkg.cpp
 FILTERS_HEADERS = $(FILTERSdir)/filters_pkg.h
@@ -113,4 +113,4 @@
        echo '};' >> $${header}; \
        echo "#endif // end of GNASH_ASOBJ3_FILTERS_H" >> $${header};
 
-BUILT_SOURCES += filtersclasses.h
\ No newline at end of file
+BUILT_SOURCES += filtersclasses.h

=== modified file 'libcore/asobj3/flash_pkg.cpp'
--- a/libcore/asobj3/flash_pkg.cpp      2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/flash_pkg.cpp      2009-05-01 00:44:08 +0000
@@ -32,7 +32,7 @@
 get_flash_package(const fn_call& /*fn*/)
 {
        log_debug("Loading flash.flash package");
-       as_object *pkg = new as_object(getObjectInterface());
+        as_object *pkg = new as_object(getObjectInterface());
 
        // Call the [objectname]_init() function for each class.
        int i = 0;

=== modified file 'libcore/asobj3/flashclasses.h'
--- a/libcore/asobj3/flashclasses.h     2009-04-30 22:37:10 +0000
+++ b/libcore/asobj3/flashclasses.h     2009-05-01 00:44:08 +0000
@@ -18,6 +18,8 @@
 #ifndef GNASH_ASOBJ3_FLASH_H
 #define GNASH_ASOBJ3_FLASH_H 1
 
+class as_object;
+
 #include "accessibility/accessibility_pkg.h"
 #include "data/data_pkg.h"
 #include "desktop/desktop_pkg.h"

=== modified file 'libcore/asobj3/gen-as3.sh'
--- a/libcore/asobj3/gen-as3.sh 2009-04-30 22:33:31 +0000
+++ b/libcore/asobj3/gen-as3.sh 2009-05-01 00:44:08 +0000
@@ -111,10 +111,10 @@
 
 #include "fn_call.h"
 
-namespace gnash {
-
 // Forward declarations
 class as_object;
+
+namespace gnash {
 namespace {
     as_object* get${asname}Interface();
 }

=== modified file 'libcore/asobj3/geom/geom.am'
--- a/libcore/asobj3/geom/geom.am       2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/geom/geom.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 GEOMdir = $(srcdir)/geom
 
-AM_CPPFLAGS += -I$(GEOMdir)
+#AM_CPPFLAGS += -I$(GEOMdir)
 
 GEOM_SOURCES = $(GEOMdir)/geom_pkg.cpp
 GEOM_HEADERS = $(GEOMdir)/geom_pkg.h

=== modified file 'libcore/asobj3/html/html.am'
--- a/libcore/asobj3/html/html.am       2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/html/html.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 HTMLdir = $(srcdir)/html
 
-AM_CPPFLAGS += -I$(HTMLdir)
+#AM_CPPFLAGS += -I$(HTMLdir)
 
 HTML_SOURCES = $(HTMLdir)/html_pkg.cpp
 HTML_HEADERS = $(HTMLdir)/html_pkg.h

=== modified file 'libcore/asobj3/media/media.am'
--- a/libcore/asobj3/media/media.am     2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/media/media.am     2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 MEDIAdir = $(srcdir)/media
 
-AM_CPPFLAGS += -I$(MEDIAdir)
+#AM_CPPFLAGS += -I$(MEDIAdir)
 
 MEDIA_SOURCES = $(MEDIAdir)/media_pkg.cpp
 MEDIA_HEADERS = $(MEDIAdir)/media_pkg.h

=== modified file 'libcore/asobj3/net/net.am'
--- a/libcore/asobj3/net/net.am 2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/net/net.am 2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 NETdir = $(srcdir)/net
 
-AM_CPPFLAGS += -I$(NETdir)
+#AM_CPPFLAGS += -I$(NETdir)
 
 NET_SOURCES = $(NETdir)/net_pkg.cpp
 NET_HEADERS = $(NETdir)/net_pkg.h

=== modified file 'libcore/asobj3/printing/printing.am'
--- a/libcore/asobj3/printing/printing.am       2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/printing/printing.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 PRINTINGdir = $(srcdir)/printing
 
-AM_CPPFLAGS += -I$(PRINTINGdir)
+#AM_CPPFLAGS += -I$(PRINTINGdir)
 
 PRINTING_SOURCES = $(PRINTINGdir)/printing_pkg.cpp
 PRINTING_HEADERS = $(PRINTINGdir)/printing_pkg.h

=== modified file 'libcore/asobj3/sampler/sampler.am'
--- a/libcore/asobj3/sampler/sampler.am 2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/sampler/sampler.am 2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 SAMPLERdir = $(srcdir)/sampler
 
-AM_CPPFLAGS += -I$(SAMPLERdir)
+#AM_CPPFLAGS += -I$(SAMPLERdir)
 
 SAMPLER_SOURCES = $(SAMPLERdir)/sampler_pkg.cpp
 SAMPLER_HEADERS = $(SAMPLERdir)/sampler_pkg.h

=== modified file 'libcore/asobj3/security/security.am'
--- a/libcore/asobj3/security/security.am       2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/security/security.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 SECURITYdir = $(srcdir)/security
 
-AM_CPPFLAGS += -I$(SECURITYdir)
+#AM_CPPFLAGS += -I$(SECURITYdir)
 
 SECURITY_SOURCES = $(SECURITYdir)/security_pkg.cpp
 SECURITY_HEADERS = $(SECURITYdir)/security_pkg.h

=== modified file 'libcore/asobj3/system/system.am'
--- a/libcore/asobj3/system/system.am   2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/system/system.am   2009-05-01 00:44:08 +0000
@@ -18,7 +18,7 @@
 
 SYSTEMdir = $(srcdir)/system
 
-AM_CPPFLAGS += -I$(SYSTEMdir)
+#AM_CPPFLAGS += -I$(SYSTEMdir)
 
 SYSTEM_SOURCES = $(SYSTEMdir)/system_pkg.cpp
 SYSTEM_HEADERS = $(SYSTEMdir)/system_pkg.h

=== modified file 'libcore/asobj3/system/system_pkg.cpp'
--- a/libcore/asobj3/system/system_pkg.cpp      2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/system/system_pkg.cpp      2009-05-01 00:44:08 +0000
@@ -1,4 +1,4 @@
-// data_pkg.cpp:  ActionScript "flash.data" package, for Gnash.
+// system_pkg.cpp:  ActionScript "flash.system" package, for Gnash.
 // 
 //   Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 // 
@@ -19,52 +19,47 @@
 
 #include "Object.h" // for getObjectInterface
 #include "as_object.h"
-
 #include "string_table.h"
 #include "VM.h"
 #include "MovieClip.h"
 
-#include "EncryptedLocalStore_as3.h"
-#include "SQLCollationType_as3.h"
-#include "SQLColumnNameStyle_as3.h"
-#include "SQLColumnSchema_as3.h"
-#include "SQLConnection_as3.h"
-#include "SQLIndexSchema_as3.h"
-#include "SQLMode_as3.h"
-#include "SQLResult_as3.h"
-#include "SQLSchemaResult_as3.h"
-#include "SQLSchema_as3.h"
-#include "SQLStatement_as3.h"
-#include "SQLTableSchema_as3.h"
-#include "SQLTransactionLockType_as3.h"
-#include "SQLTriggerSchema_as3.h"
-#include "SQLViewSchema_as3.h"
+#include "ApplicationDomain_as3.h"
+#include "Capabilities_as3.h"
+#include "IMEConversionMode_as3.h"
+#include "IME_as3.h"
+#include "LoaderContext_as3.h"
+#include "SecurityDomain_as3.h"
+#include "SecurityPanel_as3.h"
+#include "Security_as3.h"
+#include "System_as3.h"
 
-#include "data_pkg.h"
-#include "dataclasses.h"
+#include "system_pkg.h"
+#include "systemclasses.h"
 
 namespace gnash {
 
 static as_value
-get_flash_data_package(const fn_call& /*fn*/)
+get_flash_system_package(const fn_call& /*fn*/)
 {
-       log_debug("Loading flash.data package");
+       log_debug("Loading flash.system package");
        as_object *pkg = new as_object(getObjectInterface());
 
+#if 0         // FIXME: why is asclasses undefined ?
        // Call the [objectname]_init() function for each class.
        int i = 0;
        do {
            asclasses[i](*pkg);
        } while (asclasses[++i] != 0);
-
+#endif
+        
        return pkg;
 }
 
 void
-flash_data_package_init(as_object& where)
+flash_system_package_init(as_object& where)
 {
        string_table& st = where.getVM().getStringTable();
-       where.init_destructive_property(st.find("data"), 
get_flash_data_package);
+       where.init_destructive_property(st.find("system"), 
get_flash_system_package);
 }
 
 

=== modified file 'libcore/asobj3/system/system_pkg.h'
--- a/libcore/asobj3/system/system_pkg.h        2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/system/system_pkg.h        2009-05-01 00:44:08 +0000
@@ -15,17 +15,17 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-#ifndef FLASH_DATA_PACKAGE_H
-#define FLASH_DATA_PACKAGE_H
+#ifndef FLASH_SYSTEM_PACKAGE_H
+#define FLASH_SYSTEM_PACKAGE_H
 
 namespace gnash {
 
 class as_object;
 
-void flash_data_package_init(as_object& pkg);
+void flash_system_package_init(as_object& pkg);
 
 } // end of gnash namespace
 
-// __FLASH_DATA_PACKAGE_H__
+// FLASH_SYSTEM_PACKAGE_H
 #endif
 

=== modified file 'libcore/asobj3/text/text.am'
--- a/libcore/asobj3/text/text.am       2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/text/text.am       2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 TEXTdir = $(srcdir)/text
 
-AM_CPPFLAGS += -I$(TEXTdir)
+#AM_CPPFLAGS += -I$(TEXTdir)
 
 TEXT_SOURCES = $(TEXTdir)/text_pkg.cpp
 TEXT_HEADERS = $(TEXTdir)/text_pkg.h

=== modified file 'libcore/asobj3/ui/ui.am'
--- a/libcore/asobj3/ui/ui.am   2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/ui/ui.am   2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 UIdir = $(srcdir)/ui
 
-AM_CPPFLAGS += -I$(UIdir)
+#AM_CPPFLAGS += -I$(UIdir)
 
 UI_SOURCES = $(UIdir)/ui_pkg.cpp
 UI_HEADERS = $(UIdir)/ui_pkg.h

=== modified file 'libcore/asobj3/utils/utils.am'
--- a/libcore/asobj3/utils/utils.am     2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/utils/utils.am     2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 UTILSdir = $(srcdir)/utils
 
-AM_CPPFLAGS += -I$(UTILSdir)
+#AM_CPPFLAGS += -I$(UTILSdir)
 
 UTILS_SOURCES = $(UTILSdir)/utils_pkg.cpp
 UTILS_HEADERS = $(UTILSdir)/utils_pkg.h

=== modified file 'libcore/asobj3/xml/xml.am'
--- a/libcore/asobj3/xml/xml.am 2009-04-25 20:56:15 +0000
+++ b/libcore/asobj3/xml/xml.am 2009-05-01 00:44:08 +0000
@@ -17,7 +17,7 @@
 
 XMLdir = $(srcdir)/xml
 
-AM_CPPFLAGS += -I$(XMLdir)
+#AM_CPPFLAGS += -I$(XMLdir)
 
 XML_SOURCES = $(XMLdir)/xml_pkg.cpp
 XML_HEADERS = $(XMLdir)/xml_pkg.h


reply via email to

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