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:09:32 UTC

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

[[[
    JavaHL: Add support for marking object disposed without deleting it,
used by the new Ra JNI code

    [ in subversion/bindings/javahl/native ]

    * SVNBase.cpp, SVNBase.h
      (markDisposed, assertNotDisposed, init): New function to support
tracking disposal state of the object
      (ASSERT_NOT_DISPOSED): New macro for derived object to include in the
beginning of the java call to make sure object has not been disposed
]]]