Skip to content

Commit

Permalink
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
Browse files Browse the repository at this point in the history
	* MobileCapabilities.cs    : Initial implementation.

svn path=/trunk/mcs/; revision=11870
  • Loading branch information
Gaurav Vaish committed Feb 23, 2003
1 parent 9612358 commit d05bf9f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcs/class/System.Web.Mobile/System.Web.Mobile/ChangeLog
@@ -1,4 +1,8 @@

2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>

* MobileCapabilities.cs : Initial implementation.

2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>

* TODOAttribute.cs : Added MonoTODO Attribute
Expand Down
@@ -0,0 +1,23 @@
/**
* Project : Mono
* Namespace : System.Web.UI.MobileControls
* Class : MobileCapabilities
* Author : Gaurav Vaish
*
* Copyright : 2003 with Gaurav Vaish, and with
* Ximian Inc
*/

using System.Web;
using System.Web.UI;

namespace System.Web.Mobile
{
public class MobileCapabilities : HttpBrowserCapabilities
{
public MobileCapabilities()
{
throw new NotImplementedException();
}
}
}

0 comments on commit d05bf9f

Please sign in to comment.