More progress.
Created adapters for invocation services so that I can do inner-class like things by passing references to private functions out to an external entity. I will see if it's possible to merge my adapter with the marshallers because it's still to have multiple wrappy classes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3944 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
package com.threerings.util {
|
||||
|
||||
/**
|
||||
* Marker class that allows us to use ActionScript's built-in hashing
|
||||
* function without hassle.
|
||||
* I will likely extend this out to be a fully-featured map.
|
||||
*/
|
||||
public class SimpleMap extends Object
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user