~ubuntu-branches/ubuntu/saucy/gnash/saucy-updates

« back to all changes in this revision

Viewing changes to libcore/PropertyList.h

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2011-09-12 00:15:04 UTC
  • mfrom: (1.1.16 upstream) (3.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20110912001504-evozlicg8krf2p6x
Tags: 0.8.10~git20110618-3ubuntu1
* Merge from debian unstable. (LP:# 847552) Remaining changes:
  - Use mozilla-flashplugin as the alternative for now
  - Set alternative priority to 50 so that it matches Adobe Flash's priority
  - Change xulrunner-dev build dep to firefox-dev
  - add libav 0.7 patch
* Drop the following changes obsoleted by the Debian updates
  - Add build-dep on libspeexdsp-dev and libxv-dev; Fixes FTBFS
  - Remove configure code for libpthread check; Fixes FTBFS w/multiarch paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define GNASH_PROPERTYLIST_H
21
21
 
22
22
#include <set> 
23
 
#include <map> 
24
 
#include <vector> 
25
23
#include <string> // for use within map 
26
24
#include <cassert> // for inlines
27
25
#include <utility> // for std::pair
39
37
// Forward declaration
40
38
namespace gnash {
41
39
    class as_object;
42
 
    class as_environment;
43
40
    class as_function;
44
41
    struct ObjectURI;
45
42
    class as_value;
161
158
        }
162
159
    }
163
160
 
164
 
    /// Enumerate all non-hidden properties to the given as_environment.
 
161
    /// Enumerate all non-hidden properties to the given container.
165
162
    //
166
163
    /// Follows enumeration order. Note that this enumeration does not
167
164
    /// access the values. Accessing the values can result in changes to