Skip to content
Snippets Groups Projects
Commit 85ad881f authored by Robert Goldman's avatar Robert Goldman
Browse files

Add generic declaration for SETF COMPONENT-ACTION-TIME.

parent 3b221c57
No related branches found
No related tags found
No related merge requests found
......@@ -316,6 +316,7 @@ The class needs to be updated for ASDF 3.1 and specify appropriate propagation m
;;;; Done performing
(with-upgradability ()
(defgeneric component-operation-time (operation component)) ;; ASDF4: hide it behind plan-action-stamp
(defgeneric (setf component-operation-time) (time operation component))
(define-convenience-action-methods component-operation-time (operation component))
(defgeneric mark-operation-done (operation component)) ;; ASDF4: hide it behind (setf plan-action-stamp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment