|
@@ -71,10 +71,9 @@ public:
|
|
// - Should create a Region in the Process and return it if successful.
|
|
// - Should create a Region in the Process and return it if successful.
|
|
|
|
|
|
class File
|
|
class File
|
|
- : public RefCountedBase
|
|
|
|
|
|
+ : public RefCounted<File>
|
|
, public Weakable<File> {
|
|
, public Weakable<File> {
|
|
public:
|
|
public:
|
|
- virtual bool unref() const;
|
|
|
|
virtual void will_be_destroyed() { }
|
|
virtual void will_be_destroyed() { }
|
|
virtual ~File();
|
|
virtual ~File();
|
|
|
|
|