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

Add InputFile::getpos().

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