summaryrefslogtreecommitdiff
path: root/java/demo/book/map_filesystem/FilesystemI/NodeI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/book/map_filesystem/FilesystemI/NodeI.java')
-rw-r--r--java/demo/book/map_filesystem/FilesystemI/NodeI.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/demo/book/map_filesystem/FilesystemI/NodeI.java b/java/demo/book/map_filesystem/FilesystemI/NodeI.java
new file mode 100644
index 00000000000..52162b64b85
--- /dev/null
+++ b/java/demo/book/map_filesystem/FilesystemI/NodeI.java
@@ -0,0 +1,16 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2008 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.
+//
+// **********************************************************************
+
+package FilesystemI;
+
+public interface NodeI
+{
+ Ice.Identity id();
+ Ice.ObjectPrx activate(Ice.ObjectAdapter a);
+}