UnixFileHandle.st
branchjv
changeset 17845 7e0cfaac936d
parent 17761 b0e5971141bc
child 17846 24edc476ac18
equal deleted inserted replaced
17844:29a1536dffe4 17845:7e0cfaac936d
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
       
    12 
    12 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
    13 
    14 
    14 OSFileHandle subclass:#UnixFileHandle
    15 OSFileHandle subclass:#UnixFileHandle
    15 	instanceVariableNames:''
    16 	instanceVariableNames:''
    16 	classVariableNames:''
    17 	classVariableNames:''
    57 ! !
    58 ! !
    58 
    59 
    59 !UnixFileHandle class methodsFor:'documentation'!
    60 !UnixFileHandle class methodsFor:'documentation'!
    60 
    61 
    61 version
    62 version
    62     ^ '$Id: UnixFileHandle.st 10517 2010-04-26 18:26:38Z vranyj1 $'
    63     ^ '$Id: UnixFileHandle.st 10656 2011-07-07 22:08:07Z vranyj1 $'
    63 !
       
    64 
       
    65 version_SVN
       
    66     ^ '$Id: UnixFileHandle.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
    67 ! !
    64 ! !