GDBAsyncEvent.st
changeset 45 deb908479a37
parent 38 c9eaa506824b
child 78 c24e7d8bc881
--- a/GDBAsyncEvent.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/GDBAsyncEvent.st	Tue Sep 23 23:48:13 2014 +0100
@@ -75,12 +75,14 @@
 
 !GDBAsyncEvent class methodsFor:'accessing - GDB value descriptors'!
 
-gdbValueDescriptor
-    ^ (super gdbValueDescriptor)
-        "/define: #prop as: String;
-        yourself
+description
+    ^ (super description)
+    
+    "/define: #prop as: String;
+     yourself
 
     "Created: / 08-09-2014 / 21:59:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-09-2014 / 23:18:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !GDBAsyncEvent class methodsFor:'queries'!