Mercurial > hg > octave-thorsten
comparison src/c-file-ptr-stream.cc @ 4326:1cae4472c624
[project @ 2003-02-15 23:14:47 by jwe]
author | jwe |
---|---|
date | Sat, 15 Feb 2003 23:14:47 +0000 |
parents | da7226ca8b91 |
children | ef3a14fb6847 |
comparison
equal
deleted
inserted
replaced
4325:f30803e587ac | 4326:1cae4472c624 |
---|---|
187 } | 187 } |
188 | 188 |
189 return retval; | 189 return retval; |
190 } | 190 } |
191 | 191 |
192 void | |
193 i_c_file_ptr_stream::close (void) | |
194 { | |
195 if (buf) | |
196 buf->close (); | |
197 } | |
198 | |
199 void | |
200 o_c_file_ptr_stream::close (void) | |
201 { | |
202 if (buf) | |
203 buf->close (); | |
204 } | |
205 | |
206 /* | 192 /* |
207 ;;; Local Variables: *** | 193 ;;; Local Variables: *** |
208 ;;; mode: C++ *** | 194 ;;; mode: C++ *** |
209 ;;; End: *** | 195 ;;; End: *** |
210 */ | 196 */ |