summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/interceptor/MyObjectI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/interceptor/MyObjectI.cs')
-rw-r--r--csharp/test/Ice/interceptor/MyObjectI.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/test/Ice/interceptor/MyObjectI.cs b/csharp/test/Ice/interceptor/MyObjectI.cs
index 83b27e9b06d..6c4327ef6eb 100644
--- a/csharp/test/Ice/interceptor/MyObjectI.cs
+++ b/csharp/test/Ice/interceptor/MyObjectI.cs
@@ -16,11 +16,11 @@ class MySystemException : Ice.SystemException
MySystemException()
{
}
-
+
override public string
- ice_name()
+ ice_id()
{
- return "MySystemException";
+ return "::MySystemException";
}
};