Changeset 8978 for trunk/src/user32/win32wndhandle.cpp
- Timestamp:
- Aug 9, 2002, 1:19:56 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wndhandle.cpp
r8942 r8978 1 /* $Id: win32wndhandle.cpp,v 1.1 5 2002-07-30 18:20:44 achimhaExp $ */1 /* $Id: win32wndhandle.cpp,v 1.16 2002-08-09 11:19:56 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 … … 7 7 * 8 8 * 9 * TODO: a linear list might not be the optimal implementation. Look10 * into using some sort of tree11 9 * TODO: The table should be dynamically increased when necessary 12 10 * This is just a quick and dirty implementation 13 11 * TODO: Probably need to clean up the table when app closes 14 12 * (also store PID and remove all handles with PID of terminating app) 13 * TODO: a linear list might not be the optimal implementation. Look 14 * into using some sort of tree (not important) 15 15 * 16 16 * Project Odin Software License can be found in LICENSE.TXT
Note:
See TracChangeset
for help on using the changeset viewer.