fixed previous commit

This commit is contained in:
FURUHASHI Sadayuki 2013-01-03 19:00:20 -08:00
parent 85d65c59d2
commit df9fd047b4

View File

@ -124,16 +124,6 @@ private:
with_zone(); with_zone();
}; };
class managed_object : public object, private zone {
public:
managed_object() { }
~managed_object() { }
public:
zone& get_zone() { return *(zone*)this; }
const zone& get_zone() const { return *(const zone*)this; }
private:
managed_object(const managed_object&);
};
bool operator==(const object x, const object y); bool operator==(const object x, const object y);
bool operator!=(const object x, const object y); bool operator!=(const object x, const object y);