Changeset 1874 for trunk/dll/flesh.h


Ignore:
Timestamp:
Sep 27, 2015, 7:20:10 PM (10 years ago)
Author:
Gregg Young
Message:

DosSleep times in WaitFleshWorkListEmpty set by caller; TOPDIR code calls WaitFleshWorkListEmpty before ShowCnrRecord and now actually exists for directory containers in tree view. These calls are made from the object windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.h

    r1863 r1874  
    1212  19 Aug 15 SHL Allow WaitFleshWorkListEmpty to wait for dependent items
    1313  22 Aug 15 GKY Remove recurse scan code.
     14  27 Sep 15 GKY DosSleep times in WaitFleshWorkListEmpty set by caller
    1415
    1516***********************************************************************/
     
    2728
    2829#if 0 // 2015-08-03 SHL FIXME debug
    29 VOID WaitFleshWorkListEmpty(PCSZ pszDirName);
     30VOID WaitFleshWorkListEmpty(PCSZ pszDirName, ULONG ulSleep);
    3031#else
    31 #define WaitFleshWorkListEmpty(pszDirName) WaitFleshWorkListEmptyDbg(pszDirName, __FILE__, __LINE__)
    32 VOID WaitFleshWorkListEmptyDbg(PCSZ pszDirName, PCSZ pszSrcFile, UINT uSrcLineNo);
     32#define WaitFleshWorkListEmpty(pszDirName, ulSleep) WaitFleshWorkListEmptyDbg(pszDirName, ulSleep, __FILE__, __LINE__)
     33VOID WaitFleshWorkListEmptyDbg(PCSZ pszDirName, ULONG ulSleep, PCSZ pszSrcFile, UINT uSrcLineNo);
    3334#endif
    3435
Note: See TracChangeset for help on using the changeset viewer.