Changeset 7442 for trunk/src


Ignore:
Timestamp:
Nov 23, 2001, 7:52:05 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odinprof/profcollection.cpp

    r7421 r7442  
    1 /* $Id: profcollection.cpp,v 1.1 2001-11-22 10:43:59 phaller Exp $ */
     1/* $Id: profcollection.cpp,v 1.2 2001-11-23 18:52:05 phaller Exp $ */
    22
    33/*
     
    560560
    561561
    562 int CLinearList::removeElement(void* pObject)
     562int CLinearList::removeObject(void* pObject)
    563563{
    564564    PLINEARLISTENTRY pLLE = findForward(pObject);
Note: See TracChangeset for help on using the changeset viewer.