X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/999a0e357c7d10da5ebc0ecff42a3e94e6a5a639..7f2917d28642cfbdf590ff26f0cdd91a79b1c489:/src/method-proto.lisp diff --git a/src/method-proto.lisp b/src/method-proto.lisp index b4b788d..d176602 100644 --- a/src/method-proto.lisp +++ b/src/method-proto.lisp @@ -47,8 +47,8 @@ (defclass effective-method () order. (Either that or you have to add an overriding method to `compute-sod-effective-method'.")) -(export 'message-effective-method-class) -(defgeneric message-effective-method-class (message) +(export 'sod-message-effective-method-class) +(defgeneric sod-message-effective-method-class (message) (:documentation "Return the effective method class for the given MESSAGE. @@ -67,8 +67,8 @@ (defgeneric compute-sod-effective-method (message class) "Return the effective method when a CLASS instance receives MESSAGE. The default method constructs an instance of the message's chosen - `message-effective-method-class', passing the MESSAGE, the CLASS and the - list of applicable methods as initargs to `make-instance'.")) + `sod-message-effective-method-class', passing the MESSAGE, the CLASS and + the list of applicable methods as initargs to `make-instance'.")) (export 'compute-effective-methods) (defgeneric compute-effective-methods (class)