Mercurial > hg > octave-nkf
comparison src/oct-fstrm.h @ 3503:d14c483b3c12
[project @ 2000-02-01 04:06:07 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 04:06:39 +0000 |
parents | 585a8809fd9b |
children | b80bbb43a1a9 |
comparison
equal
deleted
inserted
replaced
3502:b5238ac1dca9 | 3503:d14c483b3c12 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_octave_fstream_h) | 23 #if !defined (octave_octave_fstream_h) |
24 #define octave_octave_fstream_h 1 | 24 #define octave_octave_fstream_h 1 |
25 | 25 |
26 #include <fstream.h> | 26 #include <fstream> |
27 | 27 |
28 #include "oct-stream.h" | 28 #include "oct-stream.h" |
29 | 29 |
30 class | 30 class |
31 octave_fstream : public octave_base_stream | 31 octave_fstream : public octave_base_stream |