Changeset 502a107
- Timestamp:
- Aug 5, 2023, 11:42:53 AM (16 months ago)
- Branches:
- master
- Children:
- 419985c
- Parents:
- a47fe52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/fstream.hfa
ra47fe52 r502a107 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jun 29 11:08:31202313 // Update Count : 25 112 // Last Modified On : Sat Aug 5 11:42:40 2023 13 // Update Count : 254 14 14 // 15 15 … … 34 34 char separator$[ofstream_sepSize]; 35 35 char tupleSeparator$[ofstream_sepSize]; 36 multiple_acquisition_lock lock$; 36 multiple_acquisition_lock lock$; // used by trait is_lock for mutex statement 37 37 }; // ofstream 38 38 … … 101 101 void * file$; 102 102 bool nlOnOff$; 103 multiple_acquisition_lock lock$; 103 multiple_acquisition_lock lock$; // used by trait is_lock for mutex statement 104 104 }; // ifstream 105 105
Note: See TracChangeset
for help on using the changeset viewer.