Class DebugProxyISVNMacOsCFLibrary
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.jna.DebugProxyISVNMacOsCFLibrary
-
- All Implemented Interfaces:
com.sun.jna.Library
,ISVNMacOsCFLibrary
public class DebugProxyISVNMacOsCFLibrary extends java.lang.Object implements ISVNMacOsCFLibrary
-
-
Field Summary
Fields Modifier and Type Field Description private ISVNDebugLog
myDebugLog
private ISVNMacOsCFLibrary
myLibrary
-
Constructor Summary
Constructors Constructor Description DebugProxyISVNMacOsCFLibrary(ISVNMacOsCFLibrary myLibrary, ISVNDebugLog myDebugLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
CFRelease(com.sun.jna.Pointer pointer)
-
-
-
Field Detail
-
myLibrary
private final ISVNMacOsCFLibrary myLibrary
-
myDebugLog
private final ISVNDebugLog myDebugLog
-
-
Constructor Detail
-
DebugProxyISVNMacOsCFLibrary
public DebugProxyISVNMacOsCFLibrary(ISVNMacOsCFLibrary myLibrary, ISVNDebugLog myDebugLog)
-
-
Method Detail
-
CFRelease
public void CFRelease(com.sun.jna.Pointer pointer)
- Specified by:
CFRelease
in interfaceISVNMacOsCFLibrary
-
-