[zion/glacier] Move RefCounted to glacier.
This commit is contained in:
parent
56eae3d4e5
commit
8bcb574677
4 changed files with 33 additions and 44 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "lib/ref_counted.h"
|
||||
#include <glacier/memory/ref_counted.h>
|
||||
|
||||
class KernelObject : public RefCounted<KernelObject> {
|
||||
class KernelObject : public glcr::RefCounted<KernelObject> {
|
||||
public:
|
||||
enum ObjectType {
|
||||
INVALID = 0x0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue