[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Vladimir Berezniker <vmpn_at_hitechman.com>
Date: Sat, 21 Apr 2012 23:55:40 -0400

[[[
    JavaHL: Explicitly pass jobject jthis when processing dispose() call
rather than stashing a reference in the SVNBase class where it can be
missused later

    [ in subversion/bindings/javahl/native ]

    * SVNBase.cpp, SVNBase.h
      (dispose, jthis): Accept jobject jthis as explicit parameter to
dispose() and delete the member variable jthis

    * SVNClient.cpp, SVNClient.h, SVNRepos.cpp, SVNRepos.h
      (dispose): Accept object jthis as explicit parameter and pass it to
SVNBase::dispose

    * org_apache_subversion_javahl_SVNClient.cpp,
org_apache_subversion_javahl_SVNRepos.cpp
      (Java_org_apache_subversion_javahl_SVNClient_dispose,
Java_org_apache_subversion_javahl_SVNRepos_dispose): Pass object jthis as
explicit parameter and pass it to the C++ wrapper class
]]]

Received on 2012-04-22 05:56:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.