diff -r 7df250a95d7b -r 4270a0b4917d HandleRegistry.st --- a/HandleRegistry.st Thu Apr 25 13:16:22 1996 +0200 +++ b/HandleRegistry.st Thu Apr 25 18:02:18 1996 +0200 @@ -11,10 +11,10 @@ " Registry subclass:#HandleRegistry - instanceVariableNames:'' - classVariableNames:'' - poolDictionaries:'' - category:'System-Support' + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'System-Support' ! !HandleRegistry class methodsFor:'documentation'! @@ -40,6 +40,9 @@ handle as argument, instead of creating a shallow copy and letting it do the finalization. Use Registry for objects which know themself how to clean up; use HandleRegistry, if someone else does the cleanup. + + [author:] + Claus Gittinger " ! ! @@ -66,5 +69,5 @@ !HandleRegistry class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/HandleRegistry.st,v 1.6 1995-11-23 17:10:40 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/HandleRegistry.st,v 1.7 1996-04-25 15:59:33 cg Exp $' ! !