comparison src/oct-fstrm.h @ 3551:4833e231e05b

[project @ 2000-02-03 02:30:44 by jwe]
author jwe
date Thu, 03 Feb 2000 02:30:44 +0000
parents 6dfdded73a7e
children f74d9dfec96f
comparison
equal deleted inserted replaced
3550:bc492f4a94cb 3551:4833e231e05b
68 68
69 private: 69 private:
70 70
71 std::string nm; 71 std::string nm;
72 72
73 fstream fs; 73 std::fstream fs;
74 74
75 // No copying! 75 // No copying!
76 76
77 octave_fstream (const octave_fstream&); 77 octave_fstream (const octave_fstream&);
78 78