summaryrefslogtreecommitdiff
path: root/dotnet/TopicPublisher/Program.cs
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-07-27 13:33:50 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-07-27 13:33:50 +0000
commitfd8a33315d5dec0f1682a276d18dded1b8699af2 (patch)
tree43e190119c715134284c23419e30ad3d71cac7e2 /dotnet/TopicPublisher/Program.cs
parent0cc4edff8cca6c7a8d50ee57ac08bb4ca9d5428d (diff)
downloadqpid-python-fd8a33315d5dec0f1682a276d18dded1b8699af2.tar.gz
Converted namespaces from Qpid.* to Apache.Qpid.*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/TopicPublisher/Program.cs')
-rw-r--r--dotnet/TopicPublisher/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/TopicPublisher/Program.cs b/dotnet/TopicPublisher/Program.cs
index 9206466cf7..a68df14bb3 100644
--- a/dotnet/TopicPublisher/Program.cs
+++ b/dotnet/TopicPublisher/Program.cs
@@ -4,7 +4,7 @@ namespace TopicPublisher
{
static void Main(string[] args)
{
- Qpid.Client.Tests.interop.TopicPublisher.Main(args);
+ Apache.Qpid.Client.Tests.interop.TopicPublisher.Main(args);
}
}
}