ExternalLibrary.st
changeset 17453 28bacb6df32d
parent 13335 bbed71341524
child 18120 e3a375d5f6a8
child 22804 1811fc3f6f19
--- a/ExternalLibrary.st	Mon Feb 09 10:34:35 2015 +0100
+++ b/ExternalLibrary.st	Mon Feb 09 10:43:30 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#ExternalLibrary
 	instanceVariableNames:''
 	classVariableNames:''
@@ -18,6 +20,13 @@
 	category:'System-Support'
 !
 
+ExternalLibrary class instanceVariableNames:'default'
+
+"
+ No other class instance variables are inherited by this class.
+"
+!
+
 !ExternalLibrary class methodsFor:'documentation'!
 
 copyright
@@ -61,5 +70,6 @@
 !ExternalLibrary class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.3 2011-04-13 09:40:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.4 2015-02-09 09:43:30 cg Exp $'
 ! !
+