You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vladimir Berezniker <vm...@hitechman.com> on 2012/04/22 06:01:17 UTC

[RFC][PATCH 08/22] JavaHL Ra API Implementation

[[[
    JavaHL: Added SVN_JNI_STRING macro to reduce amount of duplicate code
dealing with jstring wrapper and checking for exceptions

    [ in subversion/bindings/javahl/native ]

    * JNIStringHolder.h
      (SVN_JNI_STRING): New macro to declare JNIStringHolder local variable
and return in case of exception
]]]