add FileSystem.toString

This commit is contained in:
Doug MacEachern 2005-07-21 03:04:27 +00:00
parent 186ec234fc
commit fd5d821940
1 changed files with 4 additions and 0 deletions

View File

@ -1120,6 +1120,10 @@ my %extra_code = (
public static final int TYPE_RAM_DISK = 4;
public static final int TYPE_CDROM = 5;
public static final int TYPE_SWAP = 6;
public String toString() {
return this.getDirName();
}
EOF
NetConnection => <<'EOF',
public native String getTypeString();