Replace noncopyable class to delete keyword 76/82676/3
authorsangwan.kwon <sangwan.kwon@samsung.com>
Fri, 5 Aug 2016 01:56:23 +0000 (10:56 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Fri, 5 Aug 2016 05:16:46 +0000 (14:16 +0900)
commit59cbdedd8df2c593edafdee2a202e0ad4a67e9cb
tree3f0f6e38ceab41ce2ff94f26f5597baf745170b5
parentc099987a6147925b201ebfb3ad623a16e7dd7a02
Replace noncopyable class to delete keyword

[AS-IS]
* Noncopyable class still technically allow to copy
  by members and friends.

[TO-BE]
* Replace to delete keyword on C++11

Change-Id: I987996d86ba2f05dae7352acf505fc8db292e955
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
17 files changed:
tests/CMakeLists.txt
tests/dpl/include/dpl/binary_queue.h
tests/dpl/include/dpl/noncopyable.h [deleted file]
tests/dpl/include/dpl/scoped_resource.h
tests/dpl/include/dpl/test/test_results_collector.h
tests/dpl/include/dpl/test/test_runner_child.h
tests/dpl/src/noncopyable.cpp [deleted file]
vcore/CMakeLists.txt
vcore/dpl/core/include/dpl/noncopyable.h [deleted file]
vcore/dpl/core/src/noncopyable.cpp [deleted file]
vcore/dpl/log/include/dpl/log/log.h
vcore/vcore/CertificateIdentifier.h
vcore/vcore/CertificateLoader.cpp
vcore/vcore/CertificateLoader.h
vcore/vcore/CryptoInit.h
vcore/vcore/ReferenceValidator.h
vcore/vcore/XmlsecAdapter.h