JavaNativeMethodImpl_AppleJDK6.st
branchcvs_MAIN
changeset 3739 8a07223232ba
parent 3324 a58245c0e83a
equal deleted inserted replaced
3738:8cb7eab9c49f 3739:8a07223232ba
    17      of one of the above copright owners. For exact set of such code,
    17      of one of the above copright owners. For exact set of such code,
    18      see the differences between this version and version stx:libjava
    18      see the differences between this version and version stx:libjava
    19      as of 1.9.2010
    19      as of 1.9.2010
    20 "
    20 "
    21 "{ Package: 'stx:libjava' }"
    21 "{ Package: 'stx:libjava' }"
       
    22 
       
    23 "{ NameSpace: Smalltalk }"
    22 
    24 
    23 JavaNativeMethodImpl_OpenJDK6 subclass:#JavaNativeMethodImpl_AppleJDK6
    25 JavaNativeMethodImpl_OpenJDK6 subclass:#JavaNativeMethodImpl_AppleJDK6
    24 	instanceVariableNames:''
    26 	instanceVariableNames:''
    25 	classVariableNames:''
    27 	classVariableNames:''
    26 	poolDictionaries:''
    28 	poolDictionaries:''
    79     ^ self _java_util_zip_ZipFile_open: this _: a1 _: a2 _: a3 _: a4 
    81     ^ self _java_util_zip_ZipFile_open: this _: a1 _: a2 _: a3 _: a4 
    80 ! !
    82 ! !
    81 
    83 
    82 !JavaNativeMethodImpl_AppleJDK6 class methodsFor:'documentation'!
    84 !JavaNativeMethodImpl_AppleJDK6 class methodsFor:'documentation'!
    83 
    85 
       
    86 version_CVS
       
    87     ^ '$Header$'
       
    88 !
       
    89 
    84 version_HG
    90 version_HG
    85 
    91 
    86     ^ '$Changeset: <not expanded> $'
    92     ^ '$Changeset: <not expanded> $'
    87 ! !
    93 ! !
    88 
    94