JavaNioSupport.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
    51      as of 1.9.2010
    51      as of 1.9.2010
    52 
    52 
    53 "
    53 "
    54 ! !
    54 ! !
    55 
    55 
    56 
       
    57 !JavaNioSupport class methodsFor:'sun.nio.ch.FileDispatcher'!
    56 !JavaNioSupport class methodsFor:'sun.nio.ch.FileDispatcher'!
    58 
    57 
    59 _sun_nio_ch_FileDispatcher_init
    58 _sun_nio_ch_FileDispatcher_init
    60     "JDK 7 native impl:
    59     "JDK 7 native impl:
    61 JNIEXPORT void JNICALL
    60 JNIEXPORT void JNICALL
    73 
    72 
    74     "Nothing to do"
    73     "Nothing to do"
    75 
    74 
    76     "Created: / 06-07-2012 / 22:35:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    75     "Created: / 06-07-2012 / 22:35:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    77 ! !
    76 ! !
    78 
       
    79 
    77 
    80 !JavaNioSupport class methodsFor:'sun.nio.ch.NativeThread'!
    78 !JavaNioSupport class methodsFor:'sun.nio.ch.NativeThread'!
    81 
    79 
    82 _sun_nio_ch_NativeThread_current
    80 _sun_nio_ch_NativeThread_current
    83     "JDK 7 native impl:
    81     "JDK 7 native impl:
   125     "Nothing to do here"
   123     "Nothing to do here"
   126 
   124 
   127     "Created: / 06-07-2012 / 22:37:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   125     "Created: / 06-07-2012 / 22:37:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   128 ! !
   126 ! !
   129 
   127 
   130 
       
   131 !JavaNioSupport class methodsFor:'documentation'!
   128 !JavaNioSupport class methodsFor:'documentation'!
   132 
   129 
   133 version_CVS
   130 version_CVS
   134     ^ '$Header: /cvs/stx/stx/libjava/JavaNioSupport.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
   131     ^ '$Header$'
   135 !
   132 !
   136 
   133 
   137 version_HG
   134 version_HG
   138 
   135 
   139     ^ '$Changeset: <not expanded> $'
   136     ^ '$Changeset: <not expanded> $'