llcommon merge. Added LLUnits.

This commit is contained in:
Shyotl
2016-04-06 01:31:20 -05:00
parent 0fa7848b19
commit 0841479ccc
66 changed files with 1895 additions and 621 deletions

View File

@@ -415,7 +415,7 @@ LLNotification::LLNotification(const LLNotification::Params& p) :
mTimestamp(p.timestamp),
mSubstitutions(p.substitutions),
mPayload(p.payload),
mExpiresAt(0),
mExpiresAt(F64SecondsImplicit()),
mResponseFunctorName(p.functor_name),
mTemporaryResponder(p.mTemporaryResponder),
mRespondedTo(false),