On Tue, 2008-10-28 at 10:24 -0400, Carolyn Beeton wrote:
> I have attached new patches to
> http://track.sipfoundry.org/browse/XECS-1423 reflecting comments made.
> It is tested on SuSE10.3 and FC8. Dale and Scott, could you please
> re-review?
One more thing that confused me:
+ do
+ {
+ tokenizer.next(msg, "\r\n");
+ if (!msg.isNull())
+ {
+
+ OsSysLog::add(FAC_SUPERVISOR, pri, "SipxProcess[%s]::commandOutput
'%s'",
+ data(), msg.data());
+ }
+ }
+ while(!msg.isNull());
It might be worth noting that UtlTokenizer never returns null results,
even if there are two adjacent delimiters; the null string always means
"end of the string".
Dale
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev