summaryrefslogtreecommitdiff
path: root/java/demo/book/map_filesystem/FilesystemI/NodeI.java
blob: 52162b64b85af349e8cec0fda2c9ba959f23bbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);
}