Loading include/InputFile.h +4 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,10 @@ public: virtual dword setpos(long offset) throw(PacketExceptionIO*); virtual long getpos() { return file->getpos(); } protected: File* file; Loading Loading
include/InputFile.h +4 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,10 @@ public: virtual dword setpos(long offset) throw(PacketExceptionIO*); virtual long getpos() { return file->getpos(); } protected: File* file; Loading