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