Changeset 371 for trunk/include/cppbase/bs_logger.h
- Timestamp:
- Nov 7, 2008, 1:15:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cppbase/bs_logger.h
r342 r371 12 12 13 13 /* 14 * This file Copyright (C) 1999-200 6Ulrich Mller.14 * This file Copyright (C) 1999-2008 Ulrich Mller. 15 15 * This program is free software; you can redistribute it and/or modify 16 16 * it under the terms of the GNU General Public License as published by … … 92 92 *@@changed V0.9.20 (2002-07-22) [umoeller]: added copy constructor to avoid flat copy 93 93 *@@changed WarpIN V1.0.10 (2006-04-05) [pr]: added Clear method 94 *@@changed WarpIN V1.0.18 (2008-10-06) [pr]: added Store(PXINI...) and Load(PXINI...) 94 95 */ 95 96 … … 117 118 118 119 BOOL Store(HINI hini, const char *pszApp, const char *pszKey) const; 120 BOOL Store(PXINI pXIni, const char *pszApp, const char *pszKey) const; 119 121 BOOL Load(HINI hini, const char *pszApp, const char *pszKey); 122 BOOL Load(PXINI pXIni, const char *pszApp, const char *pszKey); 120 123 }; 121 124
Note:
See TracChangeset
for help on using the changeset viewer.