Merge pull request #3962 from mkorkalo/fix_MonoBtlsContext_memory_leak
[mono.git] / mcs / class / referencesource / System.Web / Profile / DefaultHttpProfile.cs
1 //------------------------------------------------------------------------------
2 // <copyright file="DefaultProfile.cs" company="Microsoft">
3 //     Copyright (c) Microsoft Corporation.  All rights reserved.
4 // </copyright>
5 //------------------------------------------------------------------------------
6
7 /*
8  * DefaultProfile
9  *
10  * Copyright (c) 2002 Microsoft Corporation
11  */
12
13 namespace System.Web.Profile {
14     using System.Security.Principal;
15
16     public class DefaultProfile : ProfileBase
17     { }
18 }
19