Commit 7140154a authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Add InputFile::getpos().

parent c8e04e51
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ public:
    
    virtual dword setpos(long offset) throw(PacketExceptionIO*);

    virtual long getpos() {
        return file->getpos();
    }

protected:

    File* file;