diff options
author | Daniel Robertson <danlrobertson89@gmail.com> | 2015-11-03 09:47:36 -0500 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 15:19:29 +0000 |
commit | f15d11a9f8d6c783fd8c937256fa3372f8e4fe01 (patch) | |
tree | ae3cd96514c43899b17b32f1f7ba62bc254ef665 /sal/Module_sal.mk | |
parent | c460ddb98317f1be0368eb197e338a4f8b44322d (diff) |
rtl::Reference Add move construction/assignment
Add move constructor and appropriately overloaded assignment operator to
rtl::Reference, and add basic unit tests for the reference counting of
rtl::Reference.
Change-Id: Ia7ff5d786bdf3b17709cec06608c91e22379746c
Reviewed-on: https://gerrit.libreoffice.org/19762
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 192da9319d84..0b021034be17 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -54,6 +54,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_rtl_oustring \ CppunitTest_sal_rtl_oustringbuffer \ CppunitTest_sal_rtl_process \ + CppunitTest_sal_rtl_ref \ CppunitTest_sal_rtl_strings \ CppunitTest_sal_rtl_textenc \ CppunitTest_sal_rtl_uri \ |