New: #unload
authorStefan Vogel <sv@exept.de>
Fri, 24 Sep 2004 16:54:29 +0200
changeset 1554 8e923008be65
parent 1553 1657d0843c64
child 1555 9650c861704b
New: #unload
ObjectFileHandle.st
--- a/ObjectFileHandle.st	Mon Sep 20 10:47:02 2004 +0200
+++ b/ObjectFileHandle.st	Fri Sep 24 16:54:29 2004 +0200
@@ -209,6 +209,14 @@
     "Created: 14.9.1995 / 21:13:12 / claus"
 ! !
 
+!ObjectFileHandle methodsFor:'actions'!
+
+unload
+    "unload the object file represented by me"
+
+    ObjectFileLoader unloadDynamicObject:self
+! !
+
 !ObjectFileHandle methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -441,5 +449,5 @@
 !ObjectFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.29 2001-07-25 14:01:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.30 2004-09-24 14:54:29 stefan Exp $'
 ! !