InlineObject.st
changeset 11444 1d3cf0e91729
child 11912 846a85c9fcbf
child 17711 39faaaf888b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/InlineObject.st	Wed Jan 14 19:28:59 2009 +0100
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic' }"
+
+Object subclass:#InlineObject
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Programming-Support'
+!
+
+
+!InlineObject class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/InlineObject.st,v 1.1 2009-01-14 18:28:59 cg Exp $'
+! !