Add rocr namespace to core header and impl files

Change-Id: I1e1b33f9bba1078d049bc19797889988c3e43360
This commit is contained in:
Ramesh Errabolu
2020-06-06 22:16:03 -05:00
committad av Sean Keely
förälder 99e2942949
incheckning fa13208698
86 ändrade filer med 376 tillägg och 187 borttagningar
+3 -1
Visa fil
@@ -42,7 +42,9 @@
#include "core/common/shared.h"
namespace rocr {
namespace core {
std::function<void*(size_t, size_t, uint32_t)> BaseShared::allocate_ = nullptr;
std::function<void(void*)> BaseShared::free_ = nullptr;
}
} // namespace core
} // namespace rocr