initial checkin
authorClaus Gittinger <cg@exept.de>
Wed, 14 Jan 2009 19:28:59 +0100
changeset 11444 1d3cf0e91729
parent 11443 a9d4eb3a0797
child 11445 ac584d5260ee
initial checkin
InlineObject.st
--- /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 $'
+! !