2007-02-18 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / corlib / System.Security.Permissions / HostProtectionResource.cs
index 84732693597d10e851f37450195cce9203c6eb82..031c9fc308654e105e8178b535835c5c5e68514b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 
 #if NET_2_0
 
-using System;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Permissions {
 
        [Flags]
        [Serializable]
+       [ComVisible (true)]
        public enum HostProtectionResource {
                None = 0,
                Synchronization = 1,