*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 12 Feb 2004 13:11:01 +0100
changeset 7934 c6c1f176af12
parent 7933 8605384cbe7f
child 7935 b2d6aaeba8e8
*** empty log message ***
CharacterEncoderError.st
--- a/CharacterEncoderError.st	Thu Feb 12 12:09:23 2004 +0100
+++ b/CharacterEncoderError.st	Thu Feb 12 13:11:01 2004 +0100
@@ -53,8 +53,16 @@
     defaultValue := something.
 ! !
 
+!CharacterEncoderError methodsFor:'default actions'!
+
+defaultAction
+    "the default action is to return the default value."
+
+    ^ self defaultValue
+! !
+
 !CharacterEncoderError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.4 2004-02-12 10:36:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.5 2004-02-12 12:11:01 cg Exp $'
 ! !