3 * Author: Lukas Krejci <krejci.l@centrum.cz>, (C) 2008
4 * Copyright: See COPYING file that comes with this distribution
7 #include <beacons/reference_countable.hpp>
12 * A function neccessary for the boost::intrusive_ptr to work.
14 void intrusive_ptr_add_ref(reference_countable
* p
) {
19 * A function neccessary for the boost::intrusive_ptr to work.
21 void intrusive_ptr_release(reference_countable
* p
) {
26 * A function neccessary for the beacons::intrusive_ptr to work.
28 void beacons_intrusive_ptr_add_ref(reference_countable
* p
) {
33 * A function neccessary for the beacons::intrusive_ptr to work.
35 void beacons_intrusive_ptr_release(reference_countable
* p
) {