(**** * * Module Admin defines the objects and operations related to maintaining the * user, group, room, and global options databases of the calendar system. * *) module Admin; export *; object UserDB; object GroupDB; object AdminOptions; end Admin;