summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs')
-rw-r--r--qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs b/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs
index 0158a0b1ab..39889ba28c 100644
--- a/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs
+++ b/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs
@@ -21,7 +21,7 @@
using System.ServiceModel;
-namespace org.apache.qpid.wcf.demo
+namespace org.apache.qpid.wcf.demo.helloClient
{
public class HelloClient : ClientBase<IHelloContract>, IHelloContract
{