diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2019-03-04 13:00:52 -0800 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:21 -0400 |
commit | 66abe4ccab7b60e9056ee03b9536b9980599d5f0 (patch) | |
tree | a22620e90200c3e9133eb90299c3d7a61f38dc5a /indra/llmessage/tests | |
parent | a26905b0c5570644bb7a65b952accfe2c3f81c33 (diff) |
Attempt to close LLEventCoro's LLBoundListener connection when promise has been fulfilled.
Diffstat (limited to 'indra/llmessage/tests')
-rw-r--r-- | indra/llmessage/tests/llcoproceduremanager_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llcoproceduremanager_test.cpp b/indra/llmessage/tests/llcoproceduremanager_test.cpp index 8c4937fd84..8ba9a84356 100644 --- a/indra/llmessage/tests/llcoproceduremanager_test.cpp +++ b/indra/llmessage/tests/llcoproceduremanager_test.cpp @@ -4,7 +4,7 @@ * @date 2019-02 * @brief LLCoprocedureManager unit test * - * $LicenseInfo:firstyear=2007&license=viewerlgpl$ + * $LicenseInfo:firstyear=2019&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * |