[Nice-commit] Nice/stdlib/nice/lang java.nice,1.36,1.37
Brought to you by:
bonniot
From: <bo...@us...> - 2003-09-11 15:57:52
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1:/tmp/cvs-serv30415/stdlib/nice/lang Modified Files: java.nice Log Message: Added Properties.propertyNames() Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** java.nice 31 Aug 2003 22:06:47 -0000 1.36 --- java.nice 11 Sep 2003 15:57:49 -0000 1.37 *************** *** 64,67 **** --- 64,69 ---- ?String System_setProperty(String,String) = native String System.setProperty(String,String); + Enumeration<String> propertyNames(Properties<String,String>) = + native Enumeration Properties.propertyNames(); // PACKAGE: java.text |