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 <v...@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
> ]]]
>

Reply via email to