From 8521994204473c642e736dd84bc4692e84183cda Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 12 Oct 2001 00:29:34 +0000 Subject: [PATCH] DSet needs to implement Streamable so that we can pass it around as a distributed value. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@442 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/presents/dobj/DSet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/presents/dobj/DSet.java b/src/java/com/threerings/presents/dobj/DSet.java index fe07b8749..1aca4fe33 100644 --- a/src/java/com/threerings/presents/dobj/DSet.java +++ b/src/java/com/threerings/presents/dobj/DSet.java @@ -1,5 +1,5 @@ // -// $Id: DSet.java,v 1.8 2001/10/11 04:07:52 mdb Exp $ +// $Id: DSet.java,v 1.9 2001/10/12 00:29:34 mdb Exp $ package com.threerings.presents.dobj; @@ -38,7 +38,7 @@ import com.threerings.presents.io.Streamable; * removal event to save network bandwidth. Lastly, the object returned by * getKey() must be a valid distributed object type. */ -public class DSet +public class DSet implements Streamable { /** * Elements of the set must implement this interface.