2009-06-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Security.Policy / TrustManagerUIContext.cs
index 536dc90a49989ec349a5523ff75c4192990c169c..8f6e1da9905fa606d6b1cbb8c57563c0c1926496 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.Collections;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Policy {
 
-       [Serializable]
+       [ComVisible (true)]
        public enum TrustManagerUIContext {
                Install,
                Upgrade,