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

Re: [PATCH] JavaHL: New method for creating java objects linked to their C++ counterpart

From: Vladimir Berezniker <vmpn_at_hitechman.com>
Date: Wed, 6 Jun 2012 22:42:18 -0400

Corrected log message (each file name on a new line):

[[[
JavaHL: New method for creating java objects linked to their C++ counterpart

[ in subversion/bindings/javahl/native ]

* SVNBase.cpp,
  SVNBase.h
  (createCppBoundObject): New method for creating java objects linked to
their
    C++ counterpart

[ in subversion/bindings/javahl/src/org/tigris/subversion/javahl/ ]

* JNIObject.java: Base class for JNI linked java objects
]]]

Regards,

Vladimir
On Wed, Jun 6, 2012 at 10:03 PM, Vladimir Berezniker <vmpn_at_hitechman.com>wrote:

> Hi All,
>
> The intention if this patch is to introduce reusable logic for creating
> java
> objects from within C++. This keeps object creation logic fully within C++
> while leaving to java the decision as to when they will be destroyed. It
> will be used by RA code to allocate container object for items like SVNRa,
> Editor, Directory and File.
>
> Thank you,
>
> Vladimir
>
> [[[
> JavaHL: New method for creating java objects linked to their C++
> counterpart
>
> [ in subversion/bindings/javahl/native ]
>
> * SVNBase.cpp, SVNBase.h
> (createCppBoundObject): New method for creating java objects linked to
> their
> C++ counterpart
>
> [ in subversion/bindings/javahl/src/org/tigris/subversion/javahl/ ]
>
> * JNIObject.java: Base class for JNI linked java objects
> ]]]
>
Received on 2012-06-07 04:42:57 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.