Change NULL to nullptr 67/25467/5
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Wed, 27 Aug 2014 07:51:12 +0000 (09:51 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Wed, 27 Aug 2014 07:51:58 +0000 (09:51 +0200)
commit8bdd3562e54ac5f38886de108dfb555561e9c69d
tree2ab5682ed899c04239814484d86b78f50172a145
parentdf449d3e24e81b67c68b4f9751a0448796f9b2b7
Change NULL to nullptr

Change-Id: I316a253e25a2460c9e2ff85a791550073ebde51a
39 files changed:
tests/common/db_sqlite.cpp
tests/common/db_sqlite.h
tests/common/dbus_access.cpp
tests/common/fs_label_manager.cpp
tests/common/smack_access.cpp
tests/common/tests_common.cpp
tests/framework/include/dpl/abstract_input.h
tests/framework/include/dpl/binary_queue.h
tests/framework/include/dpl/exception.h
tests/framework/include/dpl/scoped_fclose.h
tests/framework/include/dpl/scoped_free.h
tests/framework/include/dpl/test/test_runner.h
tests/framework/src/abstract_log_provider.cpp
tests/framework/src/binary_queue.cpp
tests/framework/src/exception.cpp
tests/framework/src/gdbbacktrace.cpp
tests/framework/src/log.cpp
tests/framework/src/old_style_log_provider.cpp
tests/framework/src/test_results_collector.cpp
tests/framework/src/test_runner.cpp
tests/libprivilege-control-tests/common/db.cpp
tests/libprivilege-control-tests/common/duplicates.cpp
tests/libprivilege-control-tests/libprivilege-control_test_common.cpp
tests/libprivilege-control-tests/test_cases.cpp
tests/libprivilege-control-tests/test_cases_incorrect_params.cpp
tests/libprivilege-control-tests/test_cases_nosmack.cpp
tests/libprivilege-control-tests/test_cases_stress.cpp
tests/libsmack-tests/test_cases.cpp
tests/perf
tests/security-manager-tests/security_manager_tests.cpp
tests/security-server-tests/cookie_api.cpp
tests/security-server-tests/security_server_measurer_API_speed.cpp
tests/security-server-tests/security_server_tests_client_smack.cpp
tests/security-server-tests/security_server_tests_dbus.cpp
tests/security-server-tests/security_server_tests_password.cpp
tests/security-server-tests/security_server_tests_privilege.cpp
tests/security-server-tests/security_server_tests_stress.cpp
tests/security-server-tests/server.cpp
tests/security-server-tests/weird_arguments.cpp