From 25c8219f8df616cd0586c3221c4cf0d2a28b4a34 Mon Sep 17 00:00:00 2001 From: "mwyner%ogre.com" Date: Fri, 10 Mar 2000 23:50:05 +0000 Subject: [PATCH] Added more package definitions git-svn-id: svn://10.0.0.236/branches/devel-branch-1_9@62549 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/Schema.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.