gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11258: Moved data structure into an


From: Jon Crider
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11258: Moved data structure into anonymous namespace where it should have been in the first place.
Date: Tue, 14 Jul 2009 15:50:00 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11258
committer: Jon Crider <address@hidden>
branch nick: trunk
timestamp: Tue 2009-07-14 15:50:00 -0600
message:
  Moved data structure into anonymous namespace where it should have been in 
the first place.
modified:
  libcore/asobj/flash/system/System_as.cpp
    ------------------------------------------------------------
    revno: 11184.1.5
    committer: Jon Crider <address@hidden>
    branch nick: sysImpl
    timestamp: Tue 2009-07-14 15:47:28 -0600
    message:
      Move data structure into anonymous namespace
    modified:
      libcore/asobj/flash/system/System_as.cpp
=== modified file 'libcore/asobj/flash/system/System_as.cpp'
--- a/libcore/asobj/flash/system/System_as.cpp  2009-07-14 15:42:03 +0000
+++ b/libcore/asobj/flash/system/System_as.cpp  2009-07-14 21:47:28 +0000
@@ -31,8 +31,6 @@
 
 namespace gnash {
 
-       // List of domains that can access/modify local data
-       std::vector<std::string> _allowDataAccess;
 
 // Forward declarations.
 namespace {
@@ -60,6 +58,8 @@
     as_value system_pause(const fn_call& fn);
     as_value system_resume(const fn_call& fn);
 
+       // List of domains that can access/modify local data
+       std::vector<std::string> _allowDataAccess;
 }
 
 


reply via email to

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