Changeset 7441 for trunk/src/kernel32/ccollection.cpp
- Timestamp:
- Nov 23, 2001, 7:08:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/ccollection.cpp
r7010 r7441 1 /* $Id: ccollection.cpp,v 1. 7 2001-10-11 00:59:43phaller Exp $ */1 /* $Id: ccollection.cpp,v 1.8 2001-11-23 18:07:37 phaller Exp $ */ 2 2 3 3 /* … … 560 560 561 561 562 int CLinearList::remove Element(void* pObject)562 int CLinearList::removeObject(void* pObject) 563 563 { 564 564 PLINEARLISTENTRY pLLE = findForward(pObject);
Note:
See TracChangeset
for help on using the changeset viewer.