Re: svn commit: r24008 - trunk/subversion/bindings/java/javahl/native
From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-03-23 21:30:29 CET
Daniel Rall wrote:
No problem. It was nice to cut the number of lines in the SVNClient.cpp
I'm trying to do something similar with the following construct:
someMethodCallHere();
I thought of doing something similar to SVN_JNI_ERR(), but have a couple
SVN_JNI_CHECK_EX(obj o = someMethod(), NULL);
wouldn't work, because then o would only have scope in the 'do { ... }
That can be solved by declaring the variable outside the
obj o;
But that has its own problems, in that instead of just calling the copy
Any suggestions?
-Hyrum
|
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.