summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-17 14:56:37 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-17 14:56:37 +0000
commit054f31c5dd081bf0476ac8cc4db4ece722a465a5 (patch)
treea509c8f3e1cb39ca9b975ee9e5ed30c3ca24d952
parent573d0e349b2766035538260b298beb29b78598b6 (diff)
downloadqpid-python-054f31c5dd081bf0476ac8cc4db4ece722a465a5.tar.gz
Apply patches to make WCF assemblies COM visible; resolves QPID-2204.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881314 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs8
-rw-r--r--wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs8
2 files changed, 8 insertions, 8 deletions
diff --git a/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs b/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs
index 0bce6f9795..dffaee0d0d 100644
--- a/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs
+++ b/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs
@@ -33,10 +33,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
+// Setting ComVisible to true makes the types in this assembly visible
+// to COM components. This is required for this to be used by an
+// Excel RTD component.
+[assembly: ComVisible(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("79b8b5d9-047d-4f3b-8610-7fe112ce6416")]
diff --git a/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs b/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs
index bc047d59b3..edd9a056a7 100644
--- a/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs
+++ b/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs
@@ -33,10 +33,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
+// Setting ComVisible to true makes the types in this assembly visible
+// to COM components. This is required for this to be used by an
+// Excel RTD component.
+[assembly: ComVisible(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("ac02bbb0-2c19-43fb-a36c-b1b0a50eaf1a")]