Changeset 450 for trunk/include/cppbase
- Timestamp:
- Jun 1, 2021, 8:46:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cppbase/bs_base.h
r250 r450 8 8 9 9 /* 10 * This file Copyright (C) 2001 Ulrich Mller.10 * This file Copyright (C) 2001-2021 Ulrich Mller. 11 11 * This program is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by … … 287 287 * 288 288 *@@added V0.9.19 (2002-05-07) [umoeller] 289 *@@changed WarpIN V1.0.25 (2021-05-27) [pr]: fixed missing _cRequests init. 289 290 */ 290 291 … … 296 297 public: 297 298 BSLock(const BSMutex &mtx) 298 : _mtx(mtx) 299 : _mtx(mtx), _cRequests(0) 299 300 { 300 301 if (mtx.Request())
Note:
See TracChangeset
for help on using the changeset viewer.