[Red5commits] [1649] "IPendingServiceCall.isSuccess()" returns true when a result has been received (
jbauch
luke at codegent.com
Wed Jan 24 11:14:27 EST 2007
"IPendingServiceCall.isSuccess()" returns true when a result has been received (APPSERVER-35)
Timestamp: 01/23/07 16:58:09 EST (18 hours ago)
Change: 1649
Author: jbauch
Files (see diff or trac for details):
doc/trunk/changelog.txt
java/server/trunk/src/org/red5/server/service/PendingCall.java
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1649
Index: /java/server/trunk/src/org/red5/server/service/PendingCall.java
===================================================================
--- /java/server/trunk/src/org/red5/server/service/PendingCall.java (revision 1602)
+++ /java/server/trunk/src/org/red5/server/service/PendingCall.java (revision 1649)
@@ -80,4 +80,5 @@
public void setResult(Object result) {
this.result = result;
+ setStatus(result == null ? STATUS_SUCCESS_NULL : STATUS_SUCCESS_RESULT);
}
Index: /doc/trunk/changelog.txt
===================================================================
--- /doc/trunk/changelog.txt (revision 1642)
+++ /doc/trunk/changelog.txt (revision 1649)
@@ -38,4 +38,6 @@
publishing a stream
- playing a stream while being recorded now works (Jira SN-4, SN-13)
+- "IPendingServiceCall.isSuccess()" returns true when a result has been
+ received (Jira APPSERVER-35)
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list