added: #isArtefactModel
authorsr
Tue, 31 Jul 2012 14:58:16 +0200
changeset 14268 afd2eacd3e56
parent 14267 fe9b75cfa30f
child 14269 b540d11186f4
added: #isArtefactModel
Object.st
--- a/Object.st	Sat Jul 28 00:13:18 2012 +0200
+++ b/Object.st	Tue Jul 31 14:58:16 2012 +0200
@@ -525,6 +525,9 @@
     "Modified: 23.4.1996 / 16:00:07 / cg"
 ! !
 
+
+
+
 !Object methodsFor:'Compatibility-Dolphin'!
 
 stbFixup: anSTBInFiler at: newObjectIndex
@@ -686,6 +689,8 @@
     "
 ! !
 
+
+
 !Object methodsFor:'accessing'!
 
 _at:index
@@ -1885,6 +1890,7 @@
     ^ self
 ! !
 
+
 !Object methodsFor:'comparing'!
 
 = anObject
@@ -7283,6 +7289,7 @@
     ^ self
 ! !
 
+
 !Object methodsFor:'secure message sending'!
 
 ?: selector
@@ -7885,6 +7892,7 @@
     "
 ! !
 
+
 !Object methodsFor:'synchronized evaluation'!
 
 freeSynchronizationSemaphore
@@ -9498,11 +9506,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.691 2012-06-22 14:18:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.692 2012-07-31 12:58:16 sr Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.691 2012-06-22 14:18:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.692 2012-07-31 12:58:16 sr Exp $'
 !
 
 version_SVN