summaryrefslogtreecommitdiff
path: root/Final/dotnet/TestClient/Program.cs
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-19 16:55:10 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-19 16:55:10 +0000
commit5b7a0ca8896f20c85f176cd178735554833bcefc (patch)
tree255f0b19781a7ea2195a12e2305a3b81680bcac4 /Final/dotnet/TestClient/Program.cs
parentd66aca6eb24b89052e7e2ab05ade9fcd5398bb95 (diff)
downloadqpid-python-5b7a0ca8896f20c85f176cd178735554833bcefc.tar.gz
Creating the tag for final release
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@596364 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final/dotnet/TestClient/Program.cs')
-rw-r--r--Final/dotnet/TestClient/Program.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Final/dotnet/TestClient/Program.cs b/Final/dotnet/TestClient/Program.cs
new file mode 100644
index 0000000000..4c39638eb3
--- /dev/null
+++ b/Final/dotnet/TestClient/Program.cs
@@ -0,0 +1,10 @@
+namespace TopicListener
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Apache.Qpid.Client.Tests.interop.TestClient.Main(args);
+ }
+ }
+}