Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/RespExtensionSet.cs')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/RespExtensionSet.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/RespExtensionSet.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/RespExtensionSet.cs
index 846f3c8957c..701ce4b9a71 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/RespExtensionSet.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/RespExtensionSet.cs
@@ -33,6 +33,12 @@ using System;
namespace Novell.Directory.Ldap.Utilclass
{
+#if TARGET_JVM
+ // This dummy class workarounds a MS CSC bug by using SupportClass before
+ // using its inner class (SupportClass.AbstractSetSupport)
+ class RespExtensionSetDummy : SupportClass {}
+#endif
+
/// <summary> This class extends the AbstractSet and Implements the Set
/// so that it can be used to maintain a list of currently
/// registered extended responses.