Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269252
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- file.h
0
++ file.h
Lines 12-17 Link Here
12
 * Author: John Whitney <jjw@deltup.org>
12
 * Author: John Whitney <jjw@deltup.org>
13
 */
13
 */
14
14
15
#include <cstdio>
16
15
class IStream {
17
class IStream {
16
public:
18
public:
17
  virtual unsigned read(void *data, unsigned num) = 0;
19
  virtual unsigned read(void *data, unsigned num) = 0;

Return to bug 269252