ObjectFileHandle.st
changeset 1080 bd3f19f6009a
parent 1038 faf50ed50034
child 1163 242ec57c2f27
--- a/ObjectFileHandle.st	Thu Aug 31 12:01:00 2000 +0200
+++ b/ObjectFileHandle.st	Thu Aug 31 12:03:58 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libcomp' }"
+
 Object subclass:#ObjectFileHandle
 	instanceVariableNames:'sysHandle1 sysHandle2 pathName moduleID handleType weakMethodRef
 		weakClassRefs weakFunctionRefs'
@@ -231,7 +233,7 @@
     "Modified: 25.4.1996 / 09:43:53 / cg"
 ! !
 
-!ObjectFileHandle methodsFor:'printing'!
+!ObjectFileHandle methodsFor:'printing & storing'!
 
 printOn:aStream
     "append a printed representation of the receiver to aStream"
@@ -412,5 +414,5 @@
 !ObjectFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.27 2000-02-25 15:02:33 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.28 2000-08-31 10:03:05 cg Exp $'
 ! !