| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef __READWRITE_H__ | |
| 2 | #define __READWRITE_H__ | |
| 3 | < | |
| 3 | > | #define _LARGEFILE_SOURCE64 |
| 4 | > | #define _FILE_OFFSET_BITS 64 |
| 5 | #include <iostream> | |
| 6 | #include <fstream> | |
| 7 | ||
| # | Line 118 | Line 119 | class DumpReader{ (public) | |
| 119 | class DumpReader{ | |
| 120 | ||
| 121 | public: | |
| 122 | < | DumpReader( char *in_name ); |
| 122 | > | DumpReader(const char *in_name ); |
| 123 | ~DumpReader(); | |
| 124 | ||
| 125 | int getNframes(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |