summaryrefslogtreecommitdiff
path: root/cs/test/Ice/exceptions/Client.cs
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-02-08 16:57:37 -0800
committerMark Spruiell <mes@zeroc.com>2008-02-08 16:57:37 -0800
commite754cd9f687138f7d58b477718bf061801f68d95 (patch)
tree1ee35e6203ca8538bb30311d8e987eec56b205d3 /cs/test/Ice/exceptions/Client.cs
parentcleaning up enum mapping (diff)
downloadice-e754cd9f687138f7d58b477718bf061801f68d95.tar.bz2
ice-e754cd9f687138f7d58b477718bf061801f68d95.tar.xz
ice-e754cd9f687138f7d58b477718bf061801f68d95.zip
bug 1960 - empty application name in Windows Firewall list
Diffstat (limited to 'cs/test/Ice/exceptions/Client.cs')
-rw-r--r--cs/test/Ice/exceptions/Client.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/cs/test/Ice/exceptions/Client.cs b/cs/test/Ice/exceptions/Client.cs
index ddb657c38af..f88d5edefad 100644
--- a/cs/test/Ice/exceptions/Client.cs
+++ b/cs/test/Ice/exceptions/Client.cs
@@ -8,7 +8,15 @@
// **********************************************************************
using Test;
+using System;
using System.Diagnostics;
+using System.Reflection;
+
+[assembly: CLSCompliant(true)]
+
+[assembly: AssemblyTitle("IceTest")]
+[assembly: AssemblyDescription("Ice test")]
+[assembly: AssemblyCompany("ZeroC, Inc.")]
public class Client
{