Skip to content

Commit

Permalink
[accessible-request] Adding :initargs to handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sshirokov committed Feb 2, 2012
1 parent 7bbf56c commit 5030d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/m2cl.lisp
Expand Up @@ -7,8 +7,10 @@

(defclass handler ()
((pull-socket
:initarg :pull
:accessor handler-pull-socket)
(pub-socket
:initarg :pub
:accessor handler-pub-socket)))

(defclass request ()
Expand Down

0 comments on commit 5030d09

Please sign in to comment.