diff --git a/mozilla/directory/perldap/Schema.pm b/mozilla/directory/perldap/Schema.pm index 368a76c8869..c229d77cc5e 100644 --- a/mozilla/directory/perldap/Schema.pm +++ b/mozilla/directory/perldap/Schema.pm @@ -1,5 +1,5 @@ ############################################################################# -# $Id: Schema.pm,v 1.1.2.1 2000-03-10 19:32:02 mwyner%ogre.com Exp $ +# $Id: Schema.pm,v 1.1.2.2 2000-03-10 23:50:05 mwyner%ogre.com Exp $ # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in @@ -36,7 +36,9 @@ use overload @ISA = ('Tie::StdHash'); $VERSION = "2.0"; +package Mozilla::LDAP::Schema::Attribute; +package Mozilla::LDAP::Schema::ObjectClass; ############################################################################# # Mandatory TRUE return value.