/** * Namespace: System.Web.Util * Class: ApacheVersionInfo * * Author: Gaurav Vaish * Maintainer: gvaish@iitk.ac.in * Contact: , * Implementation: yes * Status: ??% * * (C) Gaurav Vaish (2001) */ namespace System.Web.Util { /// /// Versions of the modules related to Apache /// /// /// At present I don't know what modules are to be loaded and how /// /// /// System.Web.Util.IISVersionInfo /// internal class ApacheVersionInfo { public ApacheVersionInfo() { } } }