Skip to content
Snippets Groups Projects
Commit 7140154a authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Add InputFile::getpos().

parent c8e04e51
Branches
Tags
No related merge requests found
...@@ -51,6 +51,10 @@ public: ...@@ -51,6 +51,10 @@ public:
virtual dword setpos(long offset) throw(PacketExceptionIO*); virtual dword setpos(long offset) throw(PacketExceptionIO*);
virtual long getpos() {
return file->getpos();
}
protected: protected:
File* file; File* file;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment