[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System / ApplicationId.cs
index 5be7c4b52eae4f159f4eae3713912d2925776da8..b8675911fc3b766d9d0c35cbb40c99a1f2338d49 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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
+using System.Runtime.InteropServices;
 using System.Text;
 
 namespace System {
 
        [Serializable]
+       [ComVisible (true)]
        public sealed class ApplicationId {
 
                private byte[] _token;
@@ -136,5 +136,3 @@ namespace System {
                }
        }
 }
-
-#endif