OSHandle.st
changeset 16344 254eebdd0f74
parent 16343 d8c82b95b95a
child 17699 7e6dc4c76306
equal deleted inserted replaced
16343:d8c82b95b95a 16344:254eebdd0f74
    92     self subclassResponsibility
    92     self subclassResponsibility
    93 ! !
    93 ! !
    94 
    94 
    95 !OSHandle methodsFor:'queries'!
    95 !OSHandle methodsFor:'queries'!
    96 
    96 
       
    97 handleType
       
    98     ^ self subclassResponsibility
       
    99 !
       
   100 
    97 isValid
   101 isValid
    98      ^ self address ~~ 0
   102      ^ self address ~~ 0
    99 ! !
   103 ! !
   100 
   104 
   101 !OSHandle methodsFor:'testing'!
   105 !OSHandle methodsFor:'testing'!
   109 ! !
   113 ! !
   110 
   114 
   111 !OSHandle class methodsFor:'documentation'!
   115 !OSHandle class methodsFor:'documentation'!
   112 
   116 
   113 version
   117 version
   114     ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.13 2014-04-16 08:27:52 stefan Exp $'
   118     ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.14 2014-04-16 08:33:55 stefan Exp $'
   115 !
   119 !
   116 
   120 
   117 version_CVS
   121 version_CVS
   118     ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.13 2014-04-16 08:27:52 stefan Exp $'
   122     ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.14 2014-04-16 08:33:55 stefan Exp $'
   119 ! !
   123 ! !
   120 
   124 
   121 
   125 
   122 OSHandle initialize!
   126 OSHandle initialize!