summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/nested/Nested.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo/IceE/nested/Nested.ice')
-rw-r--r--cppe/demo/IceE/nested/Nested.ice23
1 files changed, 0 insertions, 23 deletions
diff --git a/cppe/demo/IceE/nested/Nested.ice b/cppe/demo/IceE/nested/Nested.ice
deleted file mode 100644
index 7aa16008d0a..00000000000
--- a/cppe/demo/IceE/nested/Nested.ice
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2005 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 NESTED_ICE
-#define NESTED_ICE
-
-module Demo
-{
-
-interface Nested
-{
- void nestedCall(int level, Nested* proxy);
-};
-
-};
-
-#endif