More bits and hackery (and a hand-generated TimeBaseMarshaller, so that I
can get fully logged in). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3904 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -94,11 +94,14 @@ public class Client extends EventDispatcher
|
||||
|
||||
public function getService (clazz :Class) :InvocationService
|
||||
{
|
||||
if (_bstrap == null) {
|
||||
return null;
|
||||
if (_bstrap != null) {
|
||||
for each (var service :InvocationService in _bstrap.services) {
|
||||
if (service is clazz) {
|
||||
return service;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TODO
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user