Skip to content
  • David Gobbi's avatar
    Allow enum types to be used as method parameters. · 1bb3de05
    David Gobbi authored
    Previously, any method that accepted enum types as arguments would
    not be wrapped.  This change allows those methods to be wrapped by
    using a static_cast to convert the wrapper languages "integer" type
    to the required enum type.
    
    Change-Id: Ifa3105f2f70cdaba413e047f244cf871a30afc3d
    1bb3de05