[usocket-cvs] r393 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Jul 27 17:57:42 UTC 2008


Author: ehuelsmann
Date: Sun Jul 27 13:57:41 2008
New Revision: 393

Modified:
   usocket/trunk/condition.lisp
Log:
Fix slot name.

Modified: usocket/trunk/condition.lisp
==============================================================================
--- usocket/trunk/condition.lisp	(original)
+++ usocket/trunk/condition.lisp	Sun Jul 27 13:57:41 2008
@@ -10,7 +10,9 @@
 
 (define-condition insufficient-implementation (error)
   ((feature :initarg :feature :reader feature)
-   (function :initarg :function :reader function))
+   (context :initarg :context :reader context
+    :documentation "String designator of the public API function which
+the feature belongs to."))
   (:documentation "The ancestor of all errors usocket may generate
 because of insufficient support from the underlying implementation
 with respect to the arguments given to `function'.



More information about the usocket-cvs mailing list