More faffing about.
- started making chat UI stuff - upgraded SimpleMap some to use the new Dictionary class - Lots of experimenting with attaching functions to interface implementations. I've upgraded to the new beta of Flex and it's giving me the pain. There's new compiler bugs and I am working blind right now. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3966 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -23,7 +23,7 @@ public class ObjectInputStream
|
||||
/**
|
||||
* Set a new source from which to read our data.
|
||||
*/
|
||||
public function setSource (source :IDataInput)
|
||||
public function setSource (source :IDataInput) :void
|
||||
{
|
||||
_source = source;
|
||||
}
|
||||
@@ -189,15 +189,6 @@ public class ObjectInputStream
|
||||
return _source.readUTF();
|
||||
}
|
||||
|
||||
/**
|
||||
* Used by a Streamer that is reading an array of Streamable instances.
|
||||
*/
|
||||
protected function setCurrent (streamer :Streamer, current :Object)
|
||||
{
|
||||
_streamer = streamer;
|
||||
_current = current;
|
||||
}
|
||||
|
||||
/** The target DataInput that we route input from. */
|
||||
protected var _source :IDataInput;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user