Use Comparable for the to be removed distributed set key.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2290 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-02-26 17:54:56 +00:00
parent 5ed8637ecf
commit 56b0012782
11 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
# $Id: gendobj,v 1.14 2002/08/09 03:35:47 mdb Exp $
# $Id: gendobj,v 1.15 2003/02/26 17:54:55 mdb Exp $
#
# gendobj is used to generate DObject source file definitons basded on
# abbreviated declarations. Because DObject fields all have standard
@@ -179,7 +179,7 @@ sub print_dobj_setters
* the <code>$field</code> set. The set will not change until the
* event is actually propagated through the system.
*/
public void removeFrom$cfield (Object key)
public void removeFrom$cfield (Comparable key)
{
requestEntryRemove($fcode, key);
}