extensions.st
changeset 12814 c42799841c75
parent 12788 6313ab46a73c
child 12819 0ce340e972c4
child 12821 a8bd435271a0
--- a/extensions.st	Mon Jun 03 13:40:01 2013 +0200
+++ b/extensions.st	Mon Jun 03 14:09:19 2013 +0200
@@ -1466,6 +1466,22 @@
     "Created: / 20-01-2011 / 12:19:05 / cg"
 ! !
 
+!Timestamp methodsFor:'inspecting'!
+
+inspectorValueStringInListFor:anInspector
+    "returns a string to be shown in the inspector's list"
+
+    ^ self printString
+! !
+
+!UUID methodsFor:'inspecting'!
+
+inspectorValueStringInListFor:anInspector
+    "returns a string to be shown in the inspector's list"
+
+    ^ self printString
+! !
+
 !UndefinedObject methodsFor:'inspecting'!
 
 inspectorValueStringInListFor:anInspector
@@ -2026,5 +2042,6 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.109 2013-05-29 11:12:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.110 2013-06-03 12:09:19 stefan Exp $'
 ! !
+