These don't need to be final.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5759 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -826,8 +826,10 @@ public class PresentsSession
|
|||||||
return _conn;
|
return _conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Callable from non-dobjmgr thread, this queues up a runnable on the dobjmgr thread to post
|
/**
|
||||||
* the supplied message to this client. */
|
* Callable from non-dobjmgr thread, this queues up a runnable on the dobjmgr thread to post
|
||||||
|
* the supplied message to this client.
|
||||||
|
*/
|
||||||
protected final void safePostMessage (final DownstreamMessage msg)
|
protected final void safePostMessage (final DownstreamMessage msg)
|
||||||
{
|
{
|
||||||
_omgr.postRunnable(new Runnable() {
|
_omgr.postRunnable(new Runnable() {
|
||||||
@@ -838,7 +840,7 @@ public class PresentsSession
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Queues a message for delivery to the client. */
|
/** Queues a message for delivery to the client. */
|
||||||
protected final boolean postMessage (DownstreamMessage msg)
|
protected boolean postMessage (DownstreamMessage msg)
|
||||||
{
|
{
|
||||||
Connection conn = getConnection();
|
Connection conn = getConnection();
|
||||||
if (conn != null) {
|
if (conn != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user