org.jruby.ext.posix
Class WindowsLibCFunctionMapper

java.lang.Object
  extended by org.jruby.ext.posix.WindowsLibCFunctionMapper
All Implemented Interfaces:
com.sun.jna.FunctionMapper

public class WindowsLibCFunctionMapper
extends java.lang.Object
implements com.sun.jna.FunctionMapper


Constructor Summary
WindowsLibCFunctionMapper()
           
 
Method Summary
 java.lang.String getFunctionName(com.sun.jna.NativeLibrary library, java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsLibCFunctionMapper

public WindowsLibCFunctionMapper()
Method Detail

getFunctionName

public java.lang.String getFunctionName(com.sun.jna.NativeLibrary library,
                                        java.lang.reflect.Method method)
Specified by:
getFunctionName in interface com.sun.jna.FunctionMapper