summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested/Nested.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/nested/Nested.ice')
-rw-r--r--cpp/demo/Ice/nested/Nested.ice19
1 files changed, 19 insertions, 0 deletions
diff --git a/cpp/demo/Ice/nested/Nested.ice b/cpp/demo/Ice/nested/Nested.ice
new file mode 100644
index 00000000000..c811fceff25
--- /dev/null
+++ b/cpp/demo/Ice/nested/Nested.ice
@@ -0,0 +1,19 @@
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef NESTED_ICE
+#define NESTED_ICE
+
+class Nested
+{
+ void nested(int level, Nested* proxy);
+};
+
+#endif