commit | 4a289ed61242964b921434de7d375f46480472a1 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Aug 16 17:17:49 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Aug 18 12:25:10 2011 -0700 |
tree | fa1a25f1eec3ef79fd9765e9c89ce21afbd8144c | |
parent | 44753c3908fcd5ccc066bf0dceddeabfeacf9f24 [diff] [blame] |
Work on heap and space initialization to support image loading Change-Id: Icab25efa4dee17e4b6c6e97e38f63f5ab8a8a005
diff --git a/src/file.h b/src/file.h index 680872e..3353602 100644 --- a/src/file.h +++ b/src/file.h
@@ -33,6 +33,8 @@ // Returns a negative value if position cannot be determined. virtual off_t Position() = 0; + virtual int Fd() = 0; + const char* name() const { return name_; } protected: