StreamNotOpenError.st
branchjv
changeset 17761 b0e5971141bc
parent 17711 39faaaf888b4
child 17845 7e0cfaac936d
equal deleted inserted replaced
17760:b2add4d45cfb 17761:b0e5971141bc
     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 
       
    13 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    14 
    13 
    15 StreamError subclass:#StreamNotOpenError
    14 StreamError subclass:#StreamNotOpenError
    16 	instanceVariableNames:''
    15 	instanceVariableNames:''
    17 	classVariableNames:''
    16 	classVariableNames:''
    42 ! !
    41 ! !
    43 
    42 
    44 !StreamNotOpenError class methodsFor:'documentation'!
    43 !StreamNotOpenError class methodsFor:'documentation'!
    45 
    44 
    46 version
    45 version
    47     ^ '$Id: StreamNotOpenError.st 10447 2009-06-14 13:09:55Z vranyj1 $'
    46     ^ '$Id: StreamNotOpenError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
    47 !
       
    48 
       
    49 version_SVN
       
    50     ^ '$Id: StreamNotOpenError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
    48 ! !
    51 ! !