summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/proxy/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/proxy/Test.ice')
-rw-r--r--cppe/test/IceE/proxy/Test.ice31
1 files changed, 0 insertions, 31 deletions
diff --git a/cppe/test/IceE/proxy/Test.ice b/cppe/test/IceE/proxy/Test.ice
deleted file mode 100644
index 657adfbe99d..00000000000
--- a/cppe/test/IceE/proxy/Test.ice
+++ /dev/null
@@ -1,31 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef TEST_ICE
-#define TEST_ICE
-
-module Test
-{
-
-dictionary<string, string> Context;
-
-["ami"] class MyClass
-{
- void shutdown();
-
- Context getContext();
-};
-
-["ami"] class MyDerivedClass extends MyClass
-{
-};
-
-};
-
-#endif