Changeset 056cbdb for libcfa/src/fstream.hfa
- Timestamp:
- Sep 27, 2021, 10:16:57 AM (18 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 172a88d, 1db1454, 218096f, 7ce2483, 949339b, a51a02d
- Parents:
- 716b62c (diff), 86bd8538 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/fstream.hfa
r716b62c r056cbdb 80 80 void release( ofstream & ); 81 81 82 void lock( ofstream & ); 83 void unlock( ofstream & ); 84 82 85 struct osacquire { 83 86 ofstream & os;
Note: See TracChangeset
for help on using the changeset viewer.