Ignore:
Timestamp:
Nov 7, 2008, 1:15:15 AM (17 years ago)
Author:
pr
Message:

Add missing xprf() functions. Fix broken ones also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cppbase/bs_logger.h

    r342 r371  
    1212
    1313/*
    14  *      This file Copyright (C) 1999-2006 Ulrich M”ller.
     14 *      This file Copyright (C) 1999-2008 Ulrich M”ller.
    1515 *      This program is free software; you can redistribute it and/or modify
    1616 *      it under the terms of the GNU General Public License as published by
     
    9292     *@@changed V0.9.20 (2002-07-22) [umoeller]: added copy constructor to avoid flat copy
    9393     *@@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...)
    9495     */
    9596
     
    117118
    118119            BOOL Store(HINI hini, const char *pszApp, const char *pszKey) const;
     120            BOOL Store(PXINI pXIni, const char *pszApp, const char *pszKey) const;
    119121            BOOL Load(HINI hini, const char *pszApp, const char *pszKey);
     122            BOOL Load(PXINI pXIni, const char *pszApp, const char *pszKey);
    120123    };
    121124
Note: See TracChangeset for help on using the changeset viewer.