view dbus-d-javatests/jsrc/filetree/DataFileSystem.java @ 12:198c379caaa7 default tip

remove explicit tango import path
author Frank Benoit <benoit@tionex.de>
date Sun, 18 Nov 2007 18:16:28 +0100
parents 65fb7ef02c50
children
line wrap: on
line source

package filetree;

import org.freedesktop.dbus.DBusInterface;

public interface DataFileSystem  extends DBusInterface{
	public DataItem[] getRoots();
}