Skip to content

Commit

Permalink
define base-mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
nixeagle committed Jan 22, 2010
1 parent a0db842 commit 6fc4993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ldap.lisp
Expand Up @@ -96,6 +96,11 @@
(:documentation "Return the path to the object.
`base' in ldap speak is the same meaning as pwd in a shell."))

(defclass base-mixin ()
()
(:documentation "LDAP objects where the concept of `base' makes sense."))

(defclass abstract-base ()
((base :type (or string abstract-base)
:reader base
Expand Down

0 comments on commit 6fc4993

Please sign in to comment.