summaryrefslogtreecommitdiff
path: root/qpid/wcf/src/Apache/Qpid/Channel/Properties
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
commitb49b5230b1ce7cf7d0bc5c6485caacd8056bc967 (patch)
treec38f8a425cc5369cb65ba7917b6036c095af1f02 /qpid/wcf/src/Apache/Qpid/Channel/Properties
parent2358933d2c2b81aa5517c6419ebc2a1359166b59 (diff)
downloadqpid-python-b49b5230b1ce7cf7d0bc5c6485caacd8056bc967.tar.gz
Apply patches to make WCF assemblies COM visible; resolves QPID-2204.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/wcf/src/Apache/Qpid/Channel/Properties')
-rw-r--r--qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs b/qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs
index bc047d59b3..edd9a056a7 100644
--- a/qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs
+++ b/qpid/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")]