]> git.ipfire.org Git - thirdparty/bacula.git/commit
pluginlib: Update smart_ptr class.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Fri, 23 Apr 2021 11:28:47 +0000 (13:28 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
commitcc20075962bc366383c63820564c72d469fdb301
treec0795629712e8df10302cb327081678dc6fa20e0
parent2f28ffc0ff645f06ff36046f9ff95e395020aaba
pluginlib: Update smart_ptr class.

Now you can create an empty smart_ptr class with default ctor
and assign a new ptr to already defined object and handle it smartly.
bacula/src/plugins/fd/pluginlib/Makefile
bacula/src/plugins/fd/pluginlib/smartptr.h
bacula/src/plugins/fd/pluginlib/smartptr_test.cpp