CloverBootloader/rEFIt_UEFI/cpp_foundation/shared_ptr.cpp
jief666 70988228c4 Refactor selfOem. Created getConfigDir... methods.
Enclose access to getOemDir... by if (selfOem.oemDirExists()).
Enclose access to getKextsDir... by if (selfOem.isKextsDirFound()).
closeDebugLog() in UninitRefitLib().
Prevent DBG loop.
2020-10-17 16:01:33 +03:00

10 lines
103 B
C++

/*
* sharedptr.cpp
*
* Created on: Oct 17, 2020
* Author: jief
*/
#include "shared_ptr.h"