summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs')
-rw-r--r--qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs b/qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs
index 955b6132e5..f65296fa03 100644
--- a/qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs
+++ b/qpid/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs
@@ -20,7 +20,7 @@
*/
using System.ServiceModel;
-namespace org.apache.qpid.wcf.demo
+namespace org.apache.qpid.wcf.demo.rpc
{
[ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall)]
public sealed class UpperCase : IUpperCase