Home
last modified time | relevance | path

Searched refs:weak_lmc (Results 1 – 1 of 1) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/hooks/
H A Dhooks_manager.cc105 boost::weak_ptr<LibraryManagerCollection> weak_lmc(lm_collection_); in loadLibrariesInternal() local
112 if (!weak_lmc.expired()) { in loadLibrariesInternal()
149 boost::weak_ptr<LibraryManagerCollection> weak_lmc(lm_collection_); in unloadLibrariesInternal() local
157 boost::shared_ptr<LibraryManagerCollection> still_here = weak_lmc.lock(); in unloadLibrariesInternal()